chore: cleaned up system-wide pkgs
This commit is contained in:
parent
bd59fcbeb3
commit
77244a2a6f
3 changed files with 4 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue