This commit is contained in:
2023-05-23 17:04:33 +01:00
parent 7c6971138b
commit fea06af403
3 changed files with 44 additions and 21 deletions

View File

@@ -19,7 +19,6 @@
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
networking = {
@@ -34,7 +33,7 @@
};
services.syncthing = {
extraOptions = {
settings = {
gui = {
insecureSkipHostcheck = true;
};