This commit is contained in:
2026-04-08 17:23:36 -05:00
parent d44d03d0b1
commit 88b9d5309f

View File

@@ -190,6 +190,19 @@ in
];
};
users = {
users = {
atticd = {
isSystemUser = true;
group = "atticd";
extraGroups = [ "keys" ];
};
};
groups = {
atticd = { };
};
};
boot.supportedFilesystems = [ "bcachefs" ];
programs.seahorse.enable = false;