From bb88d2a1a6287be23583af96e80e289d67677872 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sat, 20 Jun 2026 23:17:12 +0200 Subject: Fixed typo from flake.nixosModule.keys to flake.nixosModules.keys --- modules/system/keys.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 -" -- cgit v1.2.3