so many tests

This commit is contained in:
2025-08-04 21:39:24 +03:00
parent 704e704b4c
commit 56e97b6d5f
20 changed files with 104 additions and 104 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ let
fileSystems = {
# beets
"/mnt/beets/music" = {
device = "${inputs.zeroq.dirs.wsl-home}/Music";
device = "${config.xlib.dirs.wsl-home}/Music";
options = [
"bind"
"uid=1000"
@@ -62,7 +62,7 @@ let
networking = {
firewall.enable = false;
hostName = "${config.xlib.device.hostname}";
hostName = config.xlib.device.hostname;
};
wsl = {