summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 42a0d04..9407aa0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -242,7 +242,7 @@
nixosConfigurations = {
khad = lib.nixosSystem { # Main desktop
modules = minimalHomeManagerSettings ++ [ ./machines/khad
- lix-module.nixosModules.default
+ # lix-module.nixosModules.default
sops-nix.nixosModules.sops
home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/home.nix; }
];
@@ -250,7 +250,7 @@
zenbook = lib.nixosSystem { # Personal laptop
# specialArgs = { inherit inputs; };
modules = minimalHomeManagerSettings ++ [ ./machines/zenbook
- lix-module.nixosModules.default
+ # lix-module.nixosModules.default
# hyprland.homeManagerModules.default {wayland.windowManager.hyprland.enable = true;}
home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/home.nix; }
];
@@ -266,7 +266,7 @@
doretta = lib.nixosSystem { # build server
specialArgs = { inherit inputs; };
modules = minimalHomeManagerSettings ++ [ ./machines/doretta
- lix-module.nixosModules.default
+ # lix-module.nixosModules.default
microvm.nixosModules.host
home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/doretta.nix; }
];