refactor: remove useless secrets
Some checks failed
Nix CI / build (push) Failing after 27s

This commit is contained in:
Rustam Efimov 2026-04-01 08:54:00 +03:00
parent 30ce0dafc2
commit a1baa9eda3
No known key found for this signature in database
4 changed files with 0 additions and 43 deletions

View file

@ -2,7 +2,6 @@
{
imports = [
./hardware-configuration.nix
./secrets.nix
./machine.nix
../../modules/audio.nix
../../modules/throne.nix

View file

@ -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";
};
};
}