nixos/hosts/vm/apprentix/info.nix

18 lines
302 B
Nix

{
name = "apprentix";
description = "VM pour les apprenties";
id = 150;
enable = true;
networking = {
srvNat.enable = true;
};
resticClient.when = "01:23";
homeNounou.enable = false;
users.root.passwordFile = ../../../secrets/apprentix/root.age;
}