diff --git a/common/main.nix b/common/main.nix index 4f22544..66e69df 100644 --- a/common/main.nix +++ b/common/main.nix @@ -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 } diff --git a/flake.nix b/flake.nix index 4f17b49..4b086cd 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,9 @@ nixosConfigurations = { virtbox = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - + specialArgs = { + home-manager = home-manager; + }; modules = [ ./bootstrap.nix ./boxes/virtbox.nix