Compare commits
2 commits
7760f16f37
...
ea7cbc1fe6
| Author | SHA1 | Date | |
|---|---|---|---|
| ea7cbc1fe6 | |||
| da08415fa9 |
2 changed files with 3 additions and 4 deletions
|
|
@ -98,6 +98,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
btrfs.autoScrub.enable = true;
|
||||||
|
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [ 2222 ];
|
ports = [ 2222 ];
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,7 @@
|
||||||
boot.kernelParams = [ "nosgx" ];
|
boot.kernelParams = [ "nosgx" ];
|
||||||
|
|
||||||
networking.hostName = "hetzner-1";
|
networking.hostName = "hetzner-1";
|
||||||
services = {
|
services.nginx.domain = "tlater.net";
|
||||||
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