mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
@@ -108,22 +107,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
# config = {
|
||||
# xlib.dirs = {
|
||||
# user-home = "/home/${config.xlib.device.username}";
|
||||
# user-storage = "${config.xlib.dirs.user-home}/Storage";
|
||||
# therima-drive = "/mnt/therima";
|
||||
# vetymae-drive = "/mnt/vetymae";
|
||||
# wsl-home = "/mnt/c/Users/${config.xlib.device.username}";
|
||||
# wsl-storage = "${config.xlib.dirs.wsl-home}/Storage";
|
||||
# server-home = "/home/${config.xlib.device.username}/External";
|
||||
# server-credentials = "${config.xlib.dirs.server-home}/Credentials/server";
|
||||
# storage = "${config.xlib.dirs.server-home}/Storage";
|
||||
# calibre-library = "${config.xlib.dirs.server-home}/Books-Library";
|
||||
# music-library = "${config.xlib.dirs.user-home}/Music";
|
||||
# immich-folder = "${config.xlib.dirs.server-home}/Services/immich";
|
||||
# nextcloud-folder = "${config.xlib.dirs.server-home}/Services/nextcloud";
|
||||
# postgresql-folder = "${config.xlib.dirs.server-home}/Services/postgresql";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user