pass hostname variable into the nixos and homemanger modules

This commit is contained in:
Seaswimmer 2024-11-22 09:08:31 -05:00
parent 4fae84562d
commit 714dfa2b09
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -35,6 +35,7 @@
inherit inputs;
inherit pkgs;
system = system;
hostname = "eclipse";
};
modules = [
# imports
@ -81,6 +82,7 @@
inherit inputs;
inherit pkgs;
system = system;
hostname = "eclipse";
};
users.cswimr = {
imports = [