From 50688f45005554a987d993f334135b24fc1423a7 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 9 Aug 2024 16:27:15 +0200 Subject: [PATCH] use gui on usbstick --- flake.nix | 2 +- machines/usbstick/configuration.nix | 2 +- machines/usbstick/hardware-configuration/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index c3a7003..cef0af7 100644 --- a/flake.nix +++ b/flake.nix @@ -508,7 +508,7 @@ usbstick = clanSetup { name = "usbstick"; #host = "usbstick.bear"; - host = "127.0.0.1"; + host = "10.100.0.100"; modules = [ zerotierModules homeManagerModules diff --git a/machines/usbstick/configuration.nix b/machines/usbstick/configuration.nix index 0f48409..9155a05 100644 --- a/machines/usbstick/configuration.nix +++ b/machines/usbstick/configuration.nix @@ -9,7 +9,7 @@ ]; - components.gui.enable = false; + components.gui.enable = true; components.mainUser.enable = true; components.network.enable = true; diff --git a/machines/usbstick/hardware-configuration/default.nix b/machines/usbstick/hardware-configuration/default.nix index 153d34d..feb2c6c 100644 --- a/machines/usbstick/hardware-configuration/default.nix +++ b/machines/usbstick/hardware-configuration/default.nix @@ -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" ];