Compare commits
2 commits
2c3032c642
...
73229df4e4
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 73229df4e4 | ||
Antoine Martin | 617a8e7459 |
4
.git-crypt/.gitattributes
vendored
4
.git-crypt/.gitattributes
vendored
|
@ -1,4 +0,0 @@
|
||||||
# Do not edit this file. To specify the files to encrypt, create your own
|
|
||||||
# .gitattributes file in the directory where your files are.
|
|
||||||
* !filter !diff
|
|
||||||
*.gpg binary
|
|
Binary file not shown.
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -1,3 +0,0 @@
|
||||||
secrets/**/*.secret filter=git-crypt diff=git-crypt
|
|
||||||
secrets/matrix-email-config.nix filter=git-crypt diff=git-crypt
|
|
||||||
home/secrets/*.secret filter=git-crypt diff=git-crypt
|
|
|
@ -10,9 +10,6 @@
|
||||||
# Service definitions
|
# Service definitions
|
||||||
./services
|
./services
|
||||||
|
|
||||||
# Configuration secrets
|
|
||||||
./secrets
|
|
||||||
|
|
||||||
# Host-specific config
|
# Host-specific config
|
||||||
./hosts/boreal
|
./hosts/boreal
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
# Service definitions
|
# Service definitions
|
||||||
./services
|
./services
|
||||||
|
|
||||||
# Configuration secrets
|
|
||||||
./secrets
|
|
||||||
|
|
||||||
# Host-specific config
|
# Host-specific config
|
||||||
./hosts/poseidon
|
./hosts/poseidon
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
{ pkgs, lib, config, ... }:
|
|
||||||
let
|
|
||||||
inherit (lib)
|
|
||||||
fileContents
|
|
||||||
mkOption
|
|
||||||
;
|
|
||||||
in {
|
|
||||||
options.my.secrets = let inherit (lib) types; in mkOption {
|
|
||||||
type = types.attrs;
|
|
||||||
};
|
|
||||||
|
|
||||||
config.my.secrets = {
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue