changes 7

This commit is contained in:
randomuser 2023-12-21 02:48:32 +00:00
parent 00bfa4bd56
commit 62c11c447a
2 changed files with 4 additions and 2 deletions

View File

@ -33,5 +33,5 @@ in {
];
system.copySystemConfiguration = true;
system.stateVersion = "23.05"; # don't change this, lol
system.stateVersion = "23.11"; # don't change this, lol
}

View File

@ -13,7 +13,9 @@
nixosConfigurations = {
virtbox = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
home-manager = home-manager;
};
modules = [
./bootstrap.nix
./boxes/virtbox.nix