From 46c9fbc90e6ae27163927e919d697241e8021988 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 5 Jan 2025 08:00:49 +0800 Subject: [PATCH] Update NixOS config. --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9ba0492..b1ca714 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ greynix = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - ./base.nix + ./nixosModules/base.nix ./hosts/greynix/configuration.nix home-manager.nixosModules.home-manager @@ -32,7 +32,7 @@ bluenix = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - ./base.nix + ./nixosModules/base.nix ./hosts/bluenix/configuration.nix home-manager.nixosModules.home-manager @@ -51,7 +51,7 @@ aspirenix = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - ./base.nix + ./nixosModules/base.nix ./hosts/aspirenix/configuration.nix home-manager.nixosModules.home-manager