flake: set hostname in mkSystem
This commit is contained in:
parent
2ba90b9290
commit
da4319add1
3 changed files with 8 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
{config, ...}: let
|
||||
inherit (config.modules.other.system) hostname username;
|
||||
inherit (config.modules.other.system) username;
|
||||
in {
|
||||
imports = [
|
||||
./networkmanager.nix
|
||||
];
|
||||
networking = {
|
||||
hostName = hostname;
|
||||
enableIPv6 = true;
|
||||
nameservers = [
|
||||
# quad9 DNS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue