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