From 3113d4960e9cc36973f5bc02c550431991219aae Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 5 Jan 2025 11:52:11 +0800 Subject: [PATCH] Update NixOS config. --- hosts/greynix/configuration.nix | 2 -- nixosModules/base.nix | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/greynix/configuration.nix b/hosts/greynix/configuration.nix index 20c62c9..31bbe4b 100644 --- a/hosts/greynix/configuration.nix +++ b/hosts/greynix/configuration.nix @@ -10,8 +10,6 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../nixosModules/base.nix - ../../nixosModules/modules.nix ]; # Enable/Disable Modules diff --git a/nixosModules/base.nix b/nixosModules/base.nix index c84ccc1..0070f09 100644 --- a/nixosModules/base.nix +++ b/nixosModules/base.nix @@ -1,3 +1,6 @@ +# base.nix +# configuration for all my computers + { pkgs, config, lib ... }: {