commit | 0fa154f3289633afd11f8278f0e8e010ea3fa446 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Aug 21 07:30:37 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Aug 21 07:30:37 2022 +0100 |
tree | d5eb64d9e0f1b19e3dae208c9d8751f8be171d20 | |
parent | ff3c6a2a05ed95884fb32707c8ca2565961db51e [diff] |
Fix a final syntax error and get ready to install
diff --git a/modules/security.nix b/modules/security.nix index 75ab2be..a73907c 100644 --- a/modules/security.nix +++ b/modules/security.nix
@@ -14,5 +14,6 @@ nix.device = "/dev/disk/by-label/nix"; swap.device = "/dev/disk/by-label/swap"; hdd.device = "/dev/disk/by-label/hdd"; + }; }; }