mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: added user2 and refactored to accommodate
This commit is contained in:
parent
9cdcf4fec4
commit
04d561de0c
48 changed files with 133 additions and 338 deletions
|
@ -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;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
inherit (flake.config.system.device) fallaryn;
|
||||
inherit (flake.config.machines.devices) fallaryn;
|
||||
in
|
||||
{
|
||||
networking = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue