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 = [
|
||||
# "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" ]; }
|
||||
];
|
||||
|
|
|
@ -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}" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue