This commit is contained in:
parent
30ce0dafc2
commit
a1baa9eda3
4 changed files with 0 additions and 43 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./secrets.nix
|
|
||||||
./machine.nix
|
./machine.nix
|
||||||
../../modules/audio.nix
|
../../modules/audio.nix
|
||||||
../../modules/throne.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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./disk.nix
|
./disk.nix
|
||||||
./machine.nix
|
./machine.nix
|
||||||
./secrets.nix
|
|
||||||
../../modules/podman.nix
|
../../modules/podman.nix
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
|
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
let
|
|
||||||
cfg = config.machine.bind;
|
|
||||||
in
|
|
||||||
with lib; mkIf cfg.enable {
|
|
||||||
sops.secrets = {
|
|
||||||
"velarion/publicKey" = {
|
|
||||||
sopsFile = ./../../secrets/velarion.yaml;
|
|
||||||
path = "/etc/ssh/ssh_host_ed25519_key.pub";
|
|
||||||
mode = "0644";
|
|
||||||
owner = "root";
|
|
||||||
group = "root";
|
|
||||||
};
|
|
||||||
"velarion/privateKey" = {
|
|
||||||
sopsFile = ./../../secrets/velarion.yaml;
|
|
||||||
path = "/etc/ssh/ssh_host_ed25519_key";
|
|
||||||
mode = "0600";
|
|
||||||
owner = "root";
|
|
||||||
group = "root";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue