test
This commit is contained in:
parent
da9b77d5bc
commit
41e4bcfa39
2 changed files with 3 additions and 1 deletions
|
@ -39,6 +39,9 @@
|
||||||
nrs = "nixos-rebuild switch";
|
nrs = "nixos-rebuild switch";
|
||||||
nrt = "nixos-rebuild test";
|
nrt = "nixos-rebuild test";
|
||||||
nrb = "nixos-rebuild build";
|
nrb = "nixos-rebuild build";
|
||||||
|
|
||||||
|
# sops
|
||||||
|
sops = "nix-shell -p sops --run 'sops $1'"
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
./services/fail2ban.nix
|
./services/fail2ban.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
# Keep the system up-to-date automatically
|
# Keep the system up-to-date automatically
|
||||||
system = {
|
system = {
|
||||||
autoUpgrade = {
|
autoUpgrade = {
|
||||||
|
|
Loading…
Reference in a new issue