pass hostname
variable into the nixos and homemanger modules
This commit is contained in:
parent
4fae84562d
commit
714dfa2b09
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
system = system;
|
system = system;
|
||||||
|
hostname = "eclipse";
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
# imports
|
# imports
|
||||||
|
@ -81,6 +82,7 @@
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
system = system;
|
system = system;
|
||||||
|
hostname = "eclipse";
|
||||||
};
|
};
|
||||||
users.cswimr = {
|
users.cswimr = {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in a new issue