diff --git a/common/dotfiles/bash.nix b/common/dotfiles/bash.nix index 9ee51613..ed9871b2 100644 --- a/common/dotfiles/bash.nix +++ b/common/dotfiles/bash.nix @@ -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'" }; }; }; diff --git a/configuration.nix b/configuration.nix index 989fea8c..6dc9df4c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,7 +25,6 @@ ./services/fail2ban.nix ]; - # Keep the system up-to-date automatically system = { autoUpgrade = {