moved configuration and hardware .nix to eva-01

This commit is contained in:
2025-04-01 11:19:36 -07:00
parent 5f3a231a92
commit 52f599371c
3 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@
home-manager = {
extraSpecialArgs = { inherit inputs; };
users = {
"rogueking" = import ./home-manager/home.nix;
"rogueking" = import ./../home-manager/home.nix;
};
backupFileExtension = "backup";
};

View File

@@ -22,7 +22,7 @@
specialArgs = {inherit inputs;};
system = "x86_64-linux";
modules = [
./configuration.nix
./eva-01/configuration.nix
inputs.home-manager.nixosModules.default
];
};