From 41e4bcfa39723f96cce2c1540e787b7ca06d0007 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 4 Jul 2023 19:54:12 +0900 Subject: [PATCH] test --- common/dotfiles/bash.nix | 3 +++ configuration.nix | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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 = {