mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-13 15:24:39 -05:00
feat: removed fallaryn and denise
This commit is contained in:
parent
d6f58595eb
commit
489b64c9c7
15 changed files with 0 additions and 347 deletions
|
@ -77,12 +77,8 @@ in {
|
|||
nas = let
|
||||
user0 = "nick";
|
||||
user1 = "garnet";
|
||||
user2 = "fallaryn";
|
||||
user3 = "denise";
|
||||
user0Name = "Nick";
|
||||
user1Name = "Garnet";
|
||||
user2Name = "Fallaryn";
|
||||
user3Name = "Denise";
|
||||
nasName = "synology";
|
||||
nasIP = "192.168.50.210";
|
||||
in {
|
||||
|
@ -104,18 +100,6 @@ in {
|
|||
device = "//${nasIP}/homes/${user1Name}";
|
||||
options = sambaPermissions ++ userIdForUser1;
|
||||
};
|
||||
# Fallaryn Home Folder
|
||||
folder2 = {
|
||||
mount = "/mnt/media/${nasName}/${user2}";
|
||||
device = "//${nasIP}/homes/${user2Name}";
|
||||
options = sambaPermissions ++ userIdForUser0;
|
||||
};
|
||||
# Denise Home Folder
|
||||
folder3 = {
|
||||
mount = "/mnt/media/${nasName}/${user3}";
|
||||
device = "//${nasIP}/homes/${user3Name}";
|
||||
options = sambaPermissions ++ userIdForUser0;
|
||||
};
|
||||
# Minecraft Worlds
|
||||
folder4 = {
|
||||
mount = "/home/${user1}/.local/share/PrismLauncher/instances/1.21/.minecraft/saves";
|
||||
|
@ -124,29 +108,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# Fallaryn Desktop
|
||||
|
||||
fallaryn = {
|
||||
label = "fallaryn";
|
||||
name = "fallaryn";
|
||||
ip = {
|
||||
address0 = "";
|
||||
};
|
||||
boot = {
|
||||
options = ownerWriteOthersReadMask;
|
||||
};
|
||||
storage0 = {
|
||||
mount = "/run/media/games";
|
||||
device = "/dev/disk/by-label/Games";
|
||||
options = readWritePermissions;
|
||||
};
|
||||
storage1 = {
|
||||
mount = "/run/media/entertainment";
|
||||
device = "/dev/disk/by-label/Entertainment";
|
||||
options = readWritePermissions;
|
||||
};
|
||||
};
|
||||
|
||||
# Pixel 9
|
||||
|
||||
phone = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue