Migrate Nextcloud to hcloud

This commit is contained in:
Paul-Henri Froidmont 2021-07-17 00:24:30 +02:00
parent 600844c56d
commit 39f20ed89d
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
10 changed files with 110 additions and 17 deletions

View file

@ -5,6 +5,8 @@
boot.loader.grub.device = "/dev/sda";
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
time.timeZone = "Europe/Amsterdam";
boot.cleanTmpDir = true;
networking.firewall.allowPing = true;
}