diff --git a/machines/morpheus.nix b/machines/morpheus.nix index 0978563..4215272 100644 --- a/machines/morpheus.nix +++ b/machines/morpheus.nix @@ -30,6 +30,7 @@ inputs.nixpkgs.lib.nixosSystem { interfaces.wlp2s0.useDHCP = true; }; services = { + tailscale.enable = true; # enable touchpad support xserver.libinput.enable = true; blueman.enable = true; @@ -93,7 +94,7 @@ inputs.nixpkgs.lib.nixosSystem { }; }; # mount tmp as tmpfs - tmpOnTmpfs = true; + tmp.useTmpfs = true; # Enable NTFS support supportedFilesystems = [ "ntfs" ]; };