chore: cleaned up system-wide pkgs

This commit is contained in:
Luka Dekanozishvili 2026-01-31 14:33:54 +01:00
parent bd59fcbeb3
commit 77244a2a6f
3 changed files with 4 additions and 8 deletions

View file

@ -7,11 +7,6 @@
networking.hostName = "hexname-ns1";
environment.systemPackages = with pkgs; [
hexname-backend
deno
];
users.users = {
luka = {
isNormalUser = true;
@ -36,8 +31,6 @@
};
};
nix.settings.trusted-users = [ "luka" ]; # TODO: remove this line
boot.loader.grub = {
enable = true;
efiSupport = true;