Fix hostnames

This commit is contained in:
Kiana Sheibani 2022-01-06 22:17:01 -05:00
parent b8e127818a
commit f594497bf0
6 changed files with 14 additions and 7 deletions

View file

@ -1,2 +1,4 @@
{ ... }:
{}
{
networking.hostName = "kiana-laptop";
}

View file

@ -1,2 +1,4 @@
{ ... }:
{}
{
imports = [ ../../common/home-manager ];
}