Enable tailscale on all machines
This commit is contained in:
@ -21,6 +21,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
hostName = hostname;
|
||||
interfaces.eno1.useDHCP = true;
|
||||
};
|
||||
|
||||
users.users.me = {
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
@ -62,7 +63,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
# mount tmp as tmpfs
|
||||
tmpOnTmpfs = true;
|
||||
tmp.useTmpfs = true;
|
||||
# Enable NTFS support
|
||||
supportedFilesystems = [ "ntfs" ];
|
||||
};
|
||||
|
Reference in New Issue
Block a user