initial commit
This commit is contained in:
9
networking.nix
Normal file
9
networking.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
networking = {
|
||||
hostName = "Stormwind";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user