use gui on usbstick
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 11m22s

This commit is contained in:
Ingolf Wagner 2024-08-09 16:27:15 +02:00
parent 4f6924d5d7
commit 50688f4500
Signed by: palo
GPG key ID: 76BF5F1928B9618B
3 changed files with 3 additions and 3 deletions

View file

@ -508,7 +508,7 @@
usbstick = clanSetup {
name = "usbstick";
#host = "usbstick.bear";
host = "127.0.0.1";
host = "10.100.0.100";
modules = [
zerotierModules
homeManagerModules

View file

@ -9,7 +9,7 @@
];
components.gui.enable = false;
components.gui.enable = true;
components.mainUser.enable = true;
components.network.enable = true;

View file

@ -11,7 +11,7 @@
boot.loader.grub.efiSupport = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.efiInstallAsRemovable = true;
boot.tmpOnTmpfs = true;
boot.tmp.useTmpfs = true;
# zfs
boot.supportedFilesystems = [ "zfs" ];