use gui on usbstick
This commit is contained in:
parent
4f6924d5d7
commit
50688f4500
3 changed files with 3 additions and 3 deletions
|
@ -508,7 +508,7 @@
|
|||
usbstick = clanSetup {
|
||||
name = "usbstick";
|
||||
#host = "usbstick.bear";
|
||||
host = "127.0.0.1";
|
||||
host = "10.100.0.100";
|
||||
modules = [
|
||||
zerotierModules
|
||||
homeManagerModules
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
];
|
||||
|
||||
components.gui.enable = false;
|
||||
components.gui.enable = true;
|
||||
|
||||
components.mainUser.enable = true;
|
||||
components.network.enable = true;
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue