feat: added user2 and refactored to accommodate

This commit is contained in:
Nick 2025-01-28 22:21:31 -06:00
parent 9cdcf4fec4
commit 04d561de0c
48 changed files with 133 additions and 338 deletions

View file

@ -4,8 +4,8 @@
...
}:
let
inherit (flake.config.people) user0;
inherit (flake.config.system.device) fallaryn;
inherit (flake.config.people) user2;
inherit (flake.config.machines.devices) fallaryn;
in
{
imports = [ ];
@ -44,9 +44,9 @@ in
];
systemd.tmpfiles.rules = [
"Z ${config.home-manager.users.${user0}.home.homeDirectory} 0755 ${user0} users -"
"Z ${fallaryn.storage0.mount} 0755 ${user0} users -"
"Z ${fallaryn.storage1.mount} 0755 ${user0} users -"
"Z ${config.home-manager.users.${user2}.home.homeDirectory} 0755 ${user2} users -"
"Z ${fallaryn.storage0.mount} 0755 ${user2} users -"
"Z ${fallaryn.storage1.mount} 0755 ${user2} users -"
];
services.udisks2.enable = true;

View file

@ -4,7 +4,7 @@
...
}:
let
inherit (flake.config.system.device) fallaryn;
inherit (flake.config.machines.devices) fallaryn;
in
{
networking = {