mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
fallarbor: disable samba mounts
This commit is contained in:
parent
195502dcbe
commit
db3c6686ea
|
@ -24,7 +24,10 @@
|
|||
|
||||
alyraffauf = {
|
||||
apps.steam.enable = true;
|
||||
base.enable = true;
|
||||
base = {
|
||||
enable = true;
|
||||
sambaAutoMount = false;
|
||||
};
|
||||
|
||||
desktop = {
|
||||
enable = true;
|
||||
|
@ -34,10 +37,12 @@
|
|||
|
||||
services = {
|
||||
flatpak.enable = true;
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
syncMusic = false;
|
||||
};
|
||||
|
||||
tailscale.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue