Fix hostnames
This commit is contained in:
parent
b8e127818a
commit
f594497bf0
6 changed files with 14 additions and 7 deletions
|
|
@ -3,4 +3,6 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking.hostName = "kiana-desktop";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
{ ... }:
|
||||
{}
|
||||
{
|
||||
imports = [ ../../common/home-manager ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue