From 88b9d5309f7bfda9a4137b5bf224fb102875aafc Mon Sep 17 00:00:00 2001 From: Matt Jallen Date: Wed, 8 Apr 2026 17:23:36 -0500 Subject: [PATCH] vesktop --- systems/aarch64-linux/pi5/default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/systems/aarch64-linux/pi5/default.nix b/systems/aarch64-linux/pi5/default.nix index a4c9ca1..76a0a5a 100755 --- a/systems/aarch64-linux/pi5/default.nix +++ b/systems/aarch64-linux/pi5/default.nix @@ -190,6 +190,19 @@ in ]; }; + users = { + users = { + atticd = { + isSystemUser = true; + group = "atticd"; + extraGroups = [ "keys" ]; + }; + }; + groups = { + atticd = { }; + }; + }; + boot.supportedFilesystems = [ "bcachefs" ]; programs.seahorse.enable = false;