Compare commits
2 commits
ea7cbc1fe6
...
7760f16f37
| Author | SHA1 | Date | |
|---|---|---|---|
| 7760f16f37 | |||
| 3d0bd28418 |
2 changed files with 4 additions and 3 deletions
|
|
@ -98,8 +98,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
btrfs.autoScrub.enable = true;
|
|
||||||
|
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [ 2222 ];
|
ports = [ 2222 ];
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,10 @@
|
||||||
boot.kernelParams = [ "nosgx" ];
|
boot.kernelParams = [ "nosgx" ];
|
||||||
|
|
||||||
networking.hostName = "hetzner-1";
|
networking.hostName = "hetzner-1";
|
||||||
services.nginx.domain = "tlater.net";
|
services = {
|
||||||
|
btrfs.autoScrub.enable = true;
|
||||||
|
nginx.domain = "tlater.net";
|
||||||
|
};
|
||||||
|
|
||||||
systemd.network.networks."eth0" = {
|
systemd.network.networks."eth0" = {
|
||||||
matchConfig.MACAddress = "90:1b:0e:c1:8c:62";
|
matchConfig.MACAddress = "90:1b:0e:c1:8c:62";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue