fixing filesystems and stuff
This commit is contained in:
parent
33904e0181
commit
8feca8cf94
2 changed files with 7 additions and 7 deletions
|
@ -25,12 +25,12 @@ in
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# command = [
|
command = [
|
||||||
# "systemctl"
|
"systemctl"
|
||||||
# "--user"
|
"--user"
|
||||||
# "restart"
|
"restart"
|
||||||
# "xwayland-satellite.service"
|
"xwayland-satellite.service"
|
||||||
# ];
|
];
|
||||||
}
|
}
|
||||||
{ command = [ "sleep 5; ${nix-config.packages.x86_64-linux.filen-desktop}/bin/filen-desktop" ]; }
|
{ command = [ "sleep 5; ${nix-config.packages.x86_64-linux.filen-desktop}/bin/filen-desktop" ]; }
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
media-server-opts = automount-opts + ",credentials=/etc/nixos/media-server-secrets";
|
media-server-opts = automount-opts + ",credentials=/etc/nixos/media-server-secrets";
|
||||||
in {
|
in {
|
||||||
|
|
||||||
"/mnt/filez/media" = {
|
"/mnt/import" = {
|
||||||
device = "//media-server/import";
|
device = "//media-server/import";
|
||||||
fsType = "smb3";
|
fsType = "smb3";
|
||||||
options = [ "${media-server-opts}" ];
|
options = [ "${media-server-opts}" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue