task | add vps target for nixos-anywhere

This commit is contained in:
Don Harper 2024-10-12 17:51:20 -05:00
parent 98e053689e
commit 90f4982bd8
4 changed files with 10 additions and 3 deletions

View file

@ -8,7 +8,7 @@
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix")
./disk-config-vm.nix
./disk-config-vps.nix
];
boot = {
kernelPackages = pkgs.linuxPackages_latest;