changes 7
This commit is contained in:
parent
00bfa4bd56
commit
62c11c447a
|
@ -33,5 +33,5 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
system.copySystemConfiguration = true;
|
system.copySystemConfiguration = true;
|
||||||
system.stateVersion = "23.05"; # don't change this, lol
|
system.stateVersion = "23.11"; # don't change this, lol
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,9 @@
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
virtbox = nixpkgs.lib.nixosSystem {
|
virtbox = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
specialArgs = {
|
||||||
|
home-manager = home-manager;
|
||||||
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./bootstrap.nix
|
./bootstrap.nix
|
||||||
./boxes/virtbox.nix
|
./boxes/virtbox.nix
|
||||||
|
|
Loading…
Reference in New Issue