diff --git a/hosts/pinwheel/modules/age/default.nix b/hosts/pinwheel/modules/age/default.nix index 0881e6f..6b9f29e 100644 --- a/hosts/pinwheel/modules/age/default.nix +++ b/hosts/pinwheel/modules/age/default.nix @@ -1,4 +1,3 @@ -{ ... }: { age = { identityPaths = [ diff --git a/hosts/pinwheel/modules/mullvad/default.nix b/hosts/pinwheel/modules/mullvad/default.nix index 09e372a..85b77bf 100644 --- a/hosts/pinwheel/modules/mullvad/default.nix +++ b/hosts/pinwheel/modules/mullvad/default.nix @@ -1,4 +1,3 @@ -{ ... }: { services.mullvad-vpn.enable = true; } diff --git a/hosts/pinwheel/modules/network/default.nix b/hosts/pinwheel/modules/network/default.nix index e65abf1..d14e968 100644 --- a/hosts/pinwheel/modules/network/default.nix +++ b/hosts/pinwheel/modules/network/default.nix @@ -1,4 +1,3 @@ -{ ... }: { services.connman = { enable = true; diff --git a/hosts/pinwheel/modules/ssh/default.nix b/hosts/pinwheel/modules/ssh/default.nix index bc7d665..6658631 100644 --- a/hosts/pinwheel/modules/ssh/default.nix +++ b/hosts/pinwheel/modules/ssh/default.nix @@ -1,4 +1,3 @@ -{ ... }: { home-manager.users.alex.programs.ssh = { enable = true;