This commit is contained in:
iFargle 2023-07-04 19:54:12 +09:00
parent da9b77d5bc
commit 41e4bcfa39
2 changed files with 3 additions and 1 deletions

View file

@ -39,6 +39,9 @@
nrs = "nixos-rebuild switch";
nrt = "nixos-rebuild test";
nrb = "nixos-rebuild build";
# sops
sops = "nix-shell -p sops --run 'sops $1'"
};
};
};

View file

@ -25,7 +25,6 @@
./services/fail2ban.nix
];
# Keep the system up-to-date automatically
system = {
autoUpgrade = {