update flake

This commit is contained in:
Sean Kovacs 2026-01-26 15:41:31 -05:00
commit 2a7d450284
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 112 additions and 89 deletions

View file

@ -20,6 +20,16 @@
'';
hardware.i2c.enable = true;
virtualisation.docker = {
enable = true;
# Use the rootless mode - run Docker daemon as non-root user
rootless = {
enable = true;
setSocketVariable = true;
};
};
users.users.sckova.extraGroups = [ "docker" ];
hardware.asahi = {
enable = true;
setupAsahiSound = true;