Implement initial containers module
This commit is contained in:
@@ -92,9 +92,11 @@
|
||||
|
||||
configs = [
|
||||
# Systems
|
||||
nixos/boxes/colony.nix
|
||||
nixos/installer.nix
|
||||
|
||||
nixos/boxes/colony.nix
|
||||
nixos/containers/vaultwarden.nix
|
||||
|
||||
# Homes
|
||||
home-manager/configs/castle.nix
|
||||
home-manager/configs/macsimum.nix
|
||||
@@ -109,6 +111,7 @@
|
||||
};
|
||||
|
||||
nixos.secretsPath = ./secrets;
|
||||
deploy-rs.deploy.sshOpts = [ "-i" ".keys/deploy.key" ];
|
||||
}
|
||||
|
||||
# Not an internal part of the module system apparently, but it doesn't have any dependencies other than lib
|
||||
|
Reference in New Issue
Block a user