fixing filesystems and stuff

This commit is contained in:
Matt Nish-Lapidus 2025-03-11 13:31:24 -04:00
parent 33904e0181
commit 8feca8cf94
2 changed files with 7 additions and 7 deletions

View file

@ -25,12 +25,12 @@ in
];
}
{
# command = [
# "systemctl"
# "--user"
# "restart"
# "xwayland-satellite.service"
# ];
command = [
"systemctl"
"--user"
"restart"
"xwayland-satellite.service"
];
}
{ command = [ "sleep 5; ${nix-config.packages.x86_64-linux.filen-desktop}/bin/filen-desktop" ]; }
];

View file

@ -8,7 +8,7 @@
media-server-opts = automount-opts + ",credentials=/etc/nixos/media-server-secrets";
in {
"/mnt/filez/media" = {
"/mnt/import" = {
device = "//media-server/import";
fsType = "smb3";
options = [ "${media-server-opts}" ];