mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
new flake
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user