From e4c4d2db9e46c93890562044e41d8e978605c509 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 26 Jan 2023 12:43:31 -0600 Subject: [PATCH] sharedModule no longer needs to be a function --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index e57407c..d381db7 100644 --- a/flake.nix +++ b/flake.nix @@ -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