g
This commit is contained in:
parent
f1c1c38498
commit
77654b1188
|
@ -3,8 +3,8 @@
|
|||
./services/openssh.nix
|
||||
./services/forgejo.nix
|
||||
./services/vaultwarden.nix
|
||||
./services/jellyfin.nix
|
||||
./services/mailserver.nix
|
||||
# ./services/jellyfin.nix
|
||||
# ./services/mailserver.nix
|
||||
./services/misc.nix
|
||||
|
||||
./modules/git.nix
|
||||
|
|
|
@ -9,18 +9,18 @@
|
|||
};
|
||||
|
||||
# Static ip
|
||||
networking.interfaces.enp2s0 = {
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "10.0.201.83";
|
||||
prefixLength = 24;
|
||||
}
|
||||
];
|
||||
};
|
||||
networking.defaultGateway = {
|
||||
address = "10.0.201.1";
|
||||
interface = "enp2s0";
|
||||
};
|
||||
# networking.interfaces.enp2s0 = {
|
||||
# ipv4.addresses = [
|
||||
# {
|
||||
# address = "10.0.201.23";
|
||||
# prefixLength = 24;
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
# networking.defaultGateway = {
|
||||
# address = "10.0.201.1";
|
||||
# interface = "enp2s0";
|
||||
# };
|
||||
|
||||
# Uncomment when domain is set up
|
||||
# security.acme = {
|
||||
|
|
Loading…
Reference in a new issue