tadpole: Add network module
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
@@ -21,8 +20,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "tadpole";
|
||||
|
||||
users.users.alex = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
|
||||
6
hosts/tadpole/modules/network/default.nix
Normal file
6
hosts/tadpole/modules/network/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
networking = {
|
||||
hostName = "tadpole";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user