mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
polish: style
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
"floating": false,
|
"floating": false,
|
||||||
"frameRadius": 12,
|
"frameRadius": 12,
|
||||||
"frameThickness": 8,
|
"frameThickness": 8,
|
||||||
"hideOnOverview": false,
|
"hideOnOverview": true,
|
||||||
"marginHorizontal": 5,
|
"marginHorizontal": 5,
|
||||||
"marginVertical": 5,
|
"marginVertical": 5,
|
||||||
"monitors": [],
|
"monitors": [],
|
||||||
|
|||||||
@@ -13,7 +13,9 @@
|
|||||||
fsType = "davfs";
|
fsType = "davfs";
|
||||||
options = [
|
options = [
|
||||||
# https://www.freedesktop.org/software/systemd/man/latest/systemd.mount.html
|
# https://www.freedesktop.org/software/systemd/man/latest/systemd.mount.html
|
||||||
"nofail,_netdev"
|
"nofail"
|
||||||
|
"_netdev" # Wait for network
|
||||||
|
"rw"
|
||||||
"uid=1000,gid=100,dir_mode=0750,file_mode=0750"
|
"uid=1000,gid=100,dir_mode=0750,file_mode=0750"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user