This commit is contained in:
parent
30ce0dafc2
commit
a1baa9eda3
4 changed files with 0 additions and 43 deletions
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./secrets.nix
|
||||
./machine.nix
|
||||
../../modules/audio.nix
|
||||
../../modules/throne.nix
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
sops.secrets = {
|
||||
"elaris/publicKey" = {
|
||||
sopsFile = ./../../secrets/elaris.yaml;
|
||||
mode = "0644";
|
||||
owner = "root";
|
||||
group = "root";
|
||||
};
|
||||
"elaris/privateKey" = {
|
||||
sopsFile = ./../../secrets/elaris.yaml;
|
||||
mode = "0600";
|
||||
owner = "root";
|
||||
group = "root";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue