test
This commit is contained in:
parent
c9de4cb4db
commit
a2a75832f4
2 changed files with 1 additions and 12 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue