fixed hostname (ty butterfly), code cleanup
This commit is contained in:
parent
94fc124686
commit
44adc7ddd4
8 changed files with 15 additions and 57 deletions
|
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
networking.hostName = lib.mkDefault "nahemah";
|
||||
networking.hostName = lib.mkForce "nahemah";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue