Make config host independant

This commit is contained in:
willifan 2024-05-19 20:11:53 +02:00
parent d0317d9b39
commit dc30940074
8 changed files with 67 additions and 20 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
{ pkgs, configVars, ... }:
{
networking.hostName = "Lenni";
networking.hostName = configVars.hostname;
imports = [
./nix-ld.nix
./boot.nix