new flake

This commit is contained in:
2023-11-29 20:50:25 +00:00
parent ca61daf085
commit 44e26348db
3 changed files with 21 additions and 12 deletions

View File

@@ -36,19 +36,13 @@ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs:
# settings to nixpkgs-unstable goes to here
};
#hostName = "StuPC";
# make all inputs availabe in other nix files
inherit inputs;
};
modules = [
# Root on ZFS related configuration
./modules
# Configuration shared by all hosts
# Configuration per host
./hosts/${hostName}