jeeves-jr conversion
This commit is contained in:
parent
622317ca46
commit
bc44ead6f3
@ -2,18 +2,13 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../users/richie/global/ssh.nix
|
../../users/richie/global/ssh.nix
|
||||||
../../users/richie/global/zerotier.nix
|
|
||||||
./arch_mirror.nix
|
./arch_mirror.nix
|
||||||
./docker
|
./docker
|
||||||
./home_assistant.nix
|
./home_assistant.nix
|
||||||
|
./networking.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
|
||||||
hostId = "1beb3026";
|
|
||||||
firewall.enable = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
zfs.extraPools = [ "Main" ];
|
zfs.extraPools = [ "Main" ];
|
||||||
filesystem = "zfs";
|
filesystem = "zfs";
|
||||||
|
22
systems/jeeves-jr/networking.nix
Normal file
22
systems/jeeves-jr/networking.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
networking = {
|
||||||
|
hostId = "1beb3026";
|
||||||
|
firewall.enable = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
systemd.network = {
|
||||||
|
enable = true;
|
||||||
|
networks = {
|
||||||
|
"10-lan" = {
|
||||||
|
matchConfig.Name = "enp4s0";
|
||||||
|
DHCP = "yes";
|
||||||
|
linkConfig.RequiredForOnline = "routable";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
services.zerotierone = {
|
||||||
|
enable = true;
|
||||||
|
joinNetworks = [ "e4da7455b2ae64ca" ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user