maint: move nixos config to hosts dir
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
8ed9999148
commit
6e2b303f8e
6 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
|||
modules = [
|
||||
lix-module.nixosModules.default
|
||||
sops-nix.nixosModules.sops
|
||||
./nixos/configuration.nix
|
||||
./hosts/wodan/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs outputs; };
|
||||
users = {
|
||||
lander = import ../home-manager/home.nix;
|
||||
lander = import ../../home-manager/home.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue