mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: finish new container backend
This commit is contained in:
parent
9833fd50ce
commit
32ce7fe25d
4 changed files with 15 additions and 7 deletions
|
@ -67,7 +67,7 @@
|
|||
modules = [
|
||||
../../modules
|
||||
./guests/common.nix
|
||||
({config, ...}: {node.secretsDir = ./secrets + "/${config.node.name}";})
|
||||
({config, ...}: {node.secretsDir = ./secrets + "/${config.node.guestName}";})
|
||||
mainModule
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue