WIP: upgrade to 24.11

This commit is contained in:
Filippo Berto 2024-12-02 12:03:30 +01:00
parent d665d679bb
commit 90bbc2a03c
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
10 changed files with 56 additions and 181 deletions

View file

@ -1,13 +1,20 @@
{
{ pkgs, ... }: {
users.users.bertof = {
isNormalUser = true;
shell = pkgs.zsh;
extraGroups = [
"libvirtd"
"audio"
"docker"
"flashrom"
"input"
"kvm"
"libvirtd"
"network"
"networkmanager"
"wheel"
"tss"
"usb"
"video"
"wheel"
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC3W3Btk1qtLHU69aFwseDuKU6PJMA+NxVXJXiRNhDce bertof@odin"