Install tailscale and use new tmpfs setting
This commit is contained in:
parent
77829a340f
commit
46c3419bad
@ -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" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user