renamed hosts and working on multi user conf
This commit is contained in:
parent
a603eb08a4
commit
f7891e1f30
21 changed files with 208 additions and 75 deletions
12
default.nix
12
default.nix
|
@ -6,15 +6,11 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.nvf.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
inputs.nix-minecraft.nixosModules.minecraft-servers
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
(mkAliasOptionModule ["hm"] ["home-manager" "users" config.user.name])
|
||||
(mkAliasOptionModule ["home"] ["hm" "home"])
|
||||
]
|
||||
++ (mapModulesRec' (toString ./modules) import);
|
||||
# (mkAliasOptionModule ["hm"] ["home-manager" "users" config.user.name])
|
||||
# (mkAliasOptionModule ["home"] ["hm" "home"])
|
||||
];
|
||||
# ++ (mapModulesRec' (toString ./modules) import);
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue