add doas to vps

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-04 13:41:00 +02:00
parent d94928d1cf
commit 13ca2bc6c5
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -21,6 +21,6 @@ in
nonya = novaConfig (with mods; [ anon cryptocurrency ivand ]);
ai = novaConfig (with mods; [ ai ivand ]);
installer-iso = configWithModules { hardware = { }; modules = (with mods; [ grub base shell wireless ]); };
vps = configWithModules { hardware = { nixpkgs.hostPlatform = system; }; modules = (with mods; [ base shell vps ]); };
vps = configWithModules { hardware = { nixpkgs.hostPlatform = system; }; modules = (with mods; [ base shell security vps ]); };
};
}