From 62c11c447a0e5b47091c058700747d48b3eb5af2 Mon Sep 17 00:00:00 2001 From: randomuser Date: Thu, 21 Dec 2023 02:48:32 +0000 Subject: [PATCH] changes 7 --- common/main.nix | 2 +- flake.nix | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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