diff --git a/nixos/common/modules/nixos.nix b/nixos/common/modules/nixos.nix index e480318b..a8de5684 100644 --- a/nixos/common/modules/nixos.nix +++ b/nixos/common/modules/nixos.nix @@ -2,18 +2,6 @@ # Enable flakes: https://nixos.wiki/wiki/Flakes nix.settings.experimental-features = [ "nix-command" "flakes" ]; - - # This is now done with deploy-rs - # Keep the system up-to-date automatically - # system = { - # autoUpgrade = { - # enable = true; - # allowReboot = false; - # dates = "daily"; - # flake = "git+file:/etc/nixos/flake.nix"; - # }; - # }; - # Garbage collection -- Keep the system clean nix.gc = { automatic = true; diff --git a/nixos/small.nix b/nixos/small.nix index 8897e402..58fc9392 100644 --- a/nixos/small.nix +++ b/nixos/small.nix @@ -9,6 +9,7 @@ ./common/services/tailscale.nix ./common/services/promtail.nix ./common/services/telegraf.nix + ./common/services/gnupg-agent.nix # NixOS Modules ./common/modules/networking.nix # Initial Networking configs