diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 23:17:12 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-20 23:17:12 +0200 |
| commit | bb88d2a1a6287be23583af96e80e289d67677872 (patch) | |
| tree | c68c1c81ecb2cca352c96c6a5865e4257643b61b /modules/system | |
| parent | 2e417a43750ea5e2ed593e650ac3582c4f7e93b9 (diff) | |
Fixed typo from flake.nixosModule.keys to flake.nixosModules.keys
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/keys.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/keys.nix b/modules/system/keys.nix index 8c4a38c..28ef552 100644 --- a/modules/system/keys.nix +++ b/modules/system/keys.nix @@ -1,6 +1,6 @@ # Mount and unmount scripts for the encrypted usb drive on my keys for easy access of ssh keys {...}: { - flake.nixosModule.keys = {pkgs, ...}: { + flake.nixosModules.keys = {pkgs, ...}: { systemd.tmpfiles.rules = [ "d /mnt/ssh-keys 0755 root root -" "d /mnt/nixos-config 0755 root root -" |
