sharedModule no longer needs to be a function

This commit is contained in:
asonix 2023-01-26 12:43:31 -06:00
parent 563f43c5d1
commit e4c4d2db9e

View file

@ -44,7 +44,7 @@
subvolumes;
};
sharedModule = ({ config, ... }: {
sharedModule = {
services.openssh.settings.PasswordAuthentication = false;
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)
@ -84,7 +84,7 @@
sopsFile = ./secrets/whitestormKeyFile.bin;
};
};
});
};
btrbkModule = ({ primaryIp ? null, mountDir, subvolumes }: { config, ... }:
let