git crypted config
This commit is contained in:
parent
a984ec4efb
commit
554f5c20af
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +1,2 @@
|
||||||
secrets/** filter=git-crypt diff=git-crypt
|
secrets/** filter=git-crypt diff=git-crypt
|
||||||
|
.gitattributes !filter !diff
|
||||||
|
|
BIN
secrets/eta.nix
BIN
secrets/eta.nix
Binary file not shown.
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user