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 pkgs;
|
||||
system = system;
|
||||
hostname = "eclipse";
|
||||
};
|
||||
modules = [
|
||||
# imports
|
||||
|
@ -81,6 +82,7 @@
|
|||
inherit inputs;
|
||||
inherit pkgs;
|
||||
system = system;
|
||||
hostname = "eclipse";
|
||||
};
|
||||
users.cswimr = {
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue