forgot to add the users award

This commit is contained in:
Sakooooo 2024-12-31 16:46:43 +04:00
parent db6cb0d27d
commit 85a14cf303
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -25,8 +25,19 @@
}; };
}; };
users.users.sako = {
isNormalUser = true;
extraGroups = [ "wheel" ];
};
environment.systemPackages = with pkgs; [ neovim wget ];
# networking.firewall.allowedTCPPorts = [];
# networking.firewall.allowedUDPPorts = [];
void = { server = { isServer = true; }; }; void = { server = { isServer = true; }; };
# https://nixos.org/manual/nixos/stable/#sec-upgrading
# don't change this pls ty ily thanks # don't change this pls ty ily thanks
system.stateVersion = "24.11"; system.stateVersion = "24.11";
} }