summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2023-12-23 22:41:58 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2023-12-23 22:41:58 +1100
commit850eabce441b39375cafb07fb779a8c0fa263bdd (patch)
tree0ef1d10019cc96e1c7a5421a2ee8e88ad2c121b6 /modules
parent010a625bd74bc623153344f52f71cc965b31d75a (diff)
etc: add known hash for `/etc/shells`
Diffstat (limited to 'modules')
-rw-r--r--modules/system/shells.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/shells.nix b/modules/system/shells.nix
index b3ecf30..9399327 100644
--- a/modules/system/shells.nix
+++ b/modules/system/shells.nix
@@ -41,5 +41,9 @@ in
${concatStringsSep "\n" cfg.shells}
'';
+ environment.etc."shells".knownSha256Hashes = [
+ "9d5aa72f807091b481820d12e693093293ba33c73854909ad7b0fb192c2db193" # macOS
+ ];
+
};
}