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
|
./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 = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue