test
This commit is contained in:
parent
2244d34ac1
commit
eae4c621db
2 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,9 @@
|
|||
./services/fail2ban.nix
|
||||
];
|
||||
|
||||
# Define the default sops file:
|
||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||
|
||||
# Keep the system up-to-date automatically
|
||||
system = {
|
||||
autoUpgrade = {
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
# Fingerprint software
|
||||
environment.systemPackages = with pkgs; [ fprintd ];
|
||||
|
||||
|
||||
imports = [
|
||||
# Modules
|
||||
../../modules/xserver.nix
|
||||
|
|
Loading…
Reference in a new issue