mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
Compare commits
2 commits
5dd0098d61
...
60b492d6b9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
60b492d6b9 | ||
![]() |
5c12876f71 |
2 changed files with 6 additions and 6 deletions
|
@ -135,6 +135,7 @@ in
|
||||||
freetube
|
freetube
|
||||||
dissent
|
dissent
|
||||||
discordCanary
|
discordCanary
|
||||||
|
vesktop
|
||||||
element
|
element
|
||||||
signal
|
signal
|
||||||
sharing
|
sharing
|
||||||
|
|
|
@ -73,11 +73,10 @@ in
|
||||||
options = deimos.boot.options;
|
options = deimos.boot.options;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# // (builtins.listToAttrs (map synologyMounts synologyDrives))
|
// (builtins.listToAttrs (map synologyMounts synologyDrives))
|
||||||
# // (builtins.listToAttrs (
|
// (builtins.listToAttrs (
|
||||||
# builtins.concatMap (drive: map (folder: sambaMounts drive folder) sambaFolders) sambaDrives
|
builtins.concatMap (drive: map (folder: sambaMounts drive folder) sambaFolders) sambaDrives
|
||||||
# ))
|
));
|
||||||
;
|
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ device = "/dev/disk/by-uuid/74007bf1-6e2f-425e-99fa-d35990f4ea37"; }
|
{ device = "/dev/disk/by-uuid/74007bf1-6e2f-425e-99fa-d35990f4ea37"; }
|
||||||
|
@ -85,7 +84,7 @@ in
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"Z ${config.home-manager.users.${user0}.home.homeDirectory} 0755 ${user0} users -"
|
"Z ${config.home-manager.users.${user0}.home.homeDirectory} 0755 ${user0} users -"
|
||||||
# "Z ${config.home-manager.users.${user1}.home.homeDirectory} 0755 ${user1} users -"
|
"Z ${config.home-manager.users.${user1}.home.homeDirectory} 0755 ${user1} users -"
|
||||||
];
|
];
|
||||||
|
|
||||||
services.udisks2.enable = true;
|
services.udisks2.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue