feat: use git-crypt for secret config that is ok to be in the nix store
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
secret-config.nix filter=git-crypt diff=git-crypt
|
||||||
@@ -10,9 +10,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
kekleo.graphical = false;
|
kekleo.graphical = false;
|
||||||
kekleo.publicKeys = [
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOsLFjdS9JEcgBPa6NvOzpJp8coJPJwJFuM+PQCZ8brl leonhard"
|
|
||||||
];
|
|
||||||
|
|
||||||
users.users.leonhard = {
|
users.users.leonhard = {
|
||||||
initialPassword = "leonhard";
|
initialPassword = "leonhard";
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
imports = [
|
||||||
|
./secret-config.nix
|
||||||
|
];
|
||||||
|
|
||||||
sops.secrets.dyndns = {
|
sops.secrets.dyndns = {
|
||||||
format = "dotenv";
|
format = "dotenv";
|
||||||
sopsFile = ./dyndns.env;
|
sopsFile = ./dyndns.env;
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user