From bddb9587b66e16d830b75b6e0f4ebda8e80147c0 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 21 Oct 2023 22:47:56 +0200 Subject: [PATCH] pinwheel: Remove uneeded module function definitions --- hosts/pinwheel/modules/age/default.nix | 1 - hosts/pinwheel/modules/mullvad/default.nix | 1 - hosts/pinwheel/modules/network/default.nix | 1 - hosts/pinwheel/modules/ssh/default.nix | 1 - 4 files changed, 4 deletions(-) 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;