test
This commit is contained in:
parent
dd5390cbcf
commit
89cd5f5e95
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,6 @@
|
|||
|
||||
# Enable networking
|
||||
networking = {
|
||||
hostName = "${hostname}";
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
inherit system;
|
||||
config = { allowUnfree = true; };
|
||||
};
|
||||
networking.hostname = "${hostname}"
|
||||
networking.hostname = "${hostname}";
|
||||
lib = nixpkgs.lib;
|
||||
in {
|
||||
# Set up users with home-manager
|
||||
|
|
Loading…
Add table
Reference in a new issue