This commit is contained in:
iFargle 2024-01-12 10:10:25 +09:00
parent c9de4cb4db
commit a2a75832f4
2 changed files with 1 additions and 12 deletions

View file

@ -2,18 +2,6 @@
# Enable flakes: https://nixos.wiki/wiki/Flakes # Enable flakes: https://nixos.wiki/wiki/Flakes
nix.settings.experimental-features = [ "nix-command" "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 # Garbage collection -- Keep the system clean
nix.gc = { nix.gc = {
automatic = true; automatic = true;

View file

@ -9,6 +9,7 @@
./common/services/tailscale.nix ./common/services/tailscale.nix
./common/services/promtail.nix ./common/services/promtail.nix
./common/services/telegraf.nix ./common/services/telegraf.nix
./common/services/gnupg-agent.nix
# NixOS Modules # NixOS Modules
./common/modules/networking.nix # Initial Networking configs ./common/modules/networking.nix # Initial Networking configs