git crypted config

This commit is contained in:
Rachel Lambda Samuelsson 2024-05-19 11:43:00 +02:00
parent a984ec4efb
commit 554f5c20af
3 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

@ -1 +1,2 @@
secrets/** filter=git-crypt diff=git-crypt secrets/** filter=git-crypt diff=git-crypt
.gitattributes !filter !diff

Binary file not shown.

View File

@ -16,7 +16,7 @@
}; };
fileSystems."/mnt/eta" = fileSystems."/mnt/eta" =
let secrets = import ./secrets.nix; let secrets = import ../secrets/eta.nix;
in { in {
device = "//192.168.30.33/users"; device = "//192.168.30.33/users";
fsType = "cifs"; fsType = "cifs";