From a2a75832f4a5825b822ffefb8e78a7af3c452b93 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 12 Jan 2024 10:10:25 +0900 Subject: [PATCH] test --- nixos/common/modules/nixos.nix | 12 ------------ nixos/small.nix | 1 + 2 files changed, 1 insertion(+), 12 deletions(-) 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