feat: removed user1 and tidied up user0 home

This commit is contained in:
Nick 2025-10-02 20:48:44 -05:00
parent 0665b883ab
commit 07a6bb2073
78 changed files with 43 additions and 280 deletions

View file

@ -4,7 +4,7 @@
...
}:
let
inherit (flake.config.people) user0 user1;
inherit (flake.config.people) user0;
inherit (flake.config.machines.devices) mars ceres synology;
inherit (flake.config.services) instances;
synologySecrets = config.sops.secrets."network/synology".path;
@ -15,7 +15,6 @@ in
let
synologyDrives = [
"folder0"
"folder1"
];
storageDrives = [
@ -88,7 +87,6 @@ in
systemd.tmpfiles.rules = [
"Z ${config.home-manager.users.${user0}.home.homeDirectory} 0755 ${user0} users -"
"Z ${config.home-manager.users.${user1}.home.homeDirectory} 0755 ${user1} users -"
"Z ${mars.storage0.mount} 0755 ${user0} users -"
"Z ${mars.storage1.mount} 0755 ${user0} users -"
];