This commit is contained in:
iFargle 2023-07-05 13:30:20 +09:00
parent 2244d34ac1
commit eae4c621db
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,9 @@
./services/fail2ban.nix ./services/fail2ban.nix
]; ];
# Define the default sops file:
sops.defaultSopsFile = ./secrets/secrets.yaml;
# Keep the system up-to-date automatically # Keep the system up-to-date automatically
system = { system = {
autoUpgrade = { autoUpgrade = {

View file

@ -34,7 +34,6 @@
# Fingerprint software # Fingerprint software
environment.systemPackages = with pkgs; [ fprintd ]; environment.systemPackages = with pkgs; [ fprintd ];
imports = [ imports = [
# Modules # Modules
../../modules/xserver.nix ../../modules/xserver.nix