feat(dragon): no more tailscale and nfs mounts
This commit is contained in:
parent
1c83a4b65c
commit
02faf51be7
1 changed files with 27 additions and 27 deletions
|
@ -41,9 +41,9 @@
|
|||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.latest;
|
||||
};
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
# services.tailscale = {
|
||||
# enable = true;
|
||||
# };
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
openDefaultPorts = true;
|
||||
|
@ -61,22 +61,22 @@
|
|||
xkb.variant = "";
|
||||
};
|
||||
|
||||
fileSystems."/home/mrflos/Nas-music" = {
|
||||
device = "diskstation.tailed460c.ts.net:/volume1/music";
|
||||
options = [
|
||||
#"nfsvers=4.2"
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
#"rw"
|
||||
#"relatime"
|
||||
#"user"
|
||||
#"acl"
|
||||
#"defaults"
|
||||
];
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
services.rpcbind.enable = true; # needed for NFS
|
||||
# fileSystems."/home/mrflos/Nas-music" = {
|
||||
# device = "diskstation.tailed460c.ts.net:/volume1/music";
|
||||
# options = [
|
||||
# #"nfsvers=4.2"
|
||||
# "x-systemd.automount"
|
||||
# "noauto"
|
||||
# #"rw"
|
||||
# #"relatime"
|
||||
# #"user"
|
||||
# #"acl"
|
||||
# #"defaults"
|
||||
# ];
|
||||
# fsType = "nfs";
|
||||
# };
|
||||
#
|
||||
# services.rpcbind.enable = true; # needed for NFS
|
||||
#systemd.mounts = [
|
||||
# {
|
||||
# type = "nfs";
|
||||
|
@ -99,13 +99,13 @@
|
|||
#];
|
||||
|
||||
services.printing.enable = true;
|
||||
security.wrappers."mount.nfs" = {
|
||||
setuid = true;
|
||||
owner = "root";
|
||||
group = "root";
|
||||
source = "${pkgs.nfs-utils.out}/bin/mount.nfs";
|
||||
};
|
||||
security.rtkit.enable = true;
|
||||
# security.wrappers."mount.nfs" = {
|
||||
# setuid = true;
|
||||
# owner = "root";
|
||||
# group = "root";
|
||||
# source = "${pkgs.nfs-utils.out}/bin/mount.nfs";
|
||||
# };
|
||||
# security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
@ -123,11 +123,11 @@
|
|||
../../modules/console.nix
|
||||
../../modules/desktop.nix
|
||||
../../modules/fonts.nix
|
||||
../../modules/home-config.nix
|
||||
../../modules/local-dev.nix
|
||||
../../modules/nixos.nix
|
||||
../../modules/systemd-unfreeze.nix
|
||||
../../modules/zen-browser.nix
|
||||
../../users/mrflos.nix
|
||||
];
|
||||
|
||||
#services.ollama = {
|
||||
|
|
Loading…
Add table
Reference in a new issue