Update linode.nix

This commit is contained in:
Aaron Honeycutt 2023-01-17 01:10:50 +00:00
parent b560c9cf8b
commit 45c37ad2cf

View file

@ -68,20 +68,17 @@
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ]; # Enable sudo for the user.
packages = with pkgs; [
inetutils
mtr
sysstat
# firefox
# thunderbird
neofetch
];
};
# List packages installed in system profile. To search, run:
# $ nix search wget
# environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
# ];
environment.systemPackages = with pkgs; [
acme-sh
inetutils
mtr
sysstat
wget
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.