added individual host variables and pkgs-unstable
This commit is contained in:
parent
41224a66a9
commit
5176e7cdf8
4 changed files with 40 additions and 28 deletions
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, configVars, ... }:
|
||||
{ pkgs, hostname, ... }:
|
||||
{
|
||||
networking.hostName = configVars.hostname;
|
||||
networking.hostName = hostname;
|
||||
imports = [
|
||||
./nix-ld.nix
|
||||
./boot.nix
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, configVars, ... }:
|
||||
{ pkgs, hostname, ... }:
|
||||
{
|
||||
imports = [
|
||||
./common
|
||||
./${configVars.hostname}
|
||||
./${hostname}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue