Compare commits
1 commit
62c440f78a
...
6a1bc46ecb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a1bc46ecb |
3 changed files with 8 additions and 10 deletions
|
|
@ -33,7 +33,7 @@ in
|
|||
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
||||
];
|
||||
};
|
||||
hostName = "observer-tofu";
|
||||
hostName = "kuma";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
];
|
||||
|
|
@ -16,14 +16,6 @@ in
|
|||
self.nixosModules.default
|
||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||
];
|
||||
sops.secrets = {
|
||||
otfenv = {
|
||||
owner = "otf";
|
||||
group = "otf";
|
||||
mode = "0550";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
tty-ips.enable = true;
|
||||
otf = {
|
||||
|
|
|
|||
|
|
@ -11,6 +11,12 @@
|
|||
];
|
||||
sops = {
|
||||
defaultSopsFile = ../../../secrets.yaml;
|
||||
|
||||
secrets = {
|
||||
otfenv = {
|
||||
owner = "otf";
|
||||
group = "otf";
|
||||
mode = "0550";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue