mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Update linode.nix
This commit is contained in:
parent
b560c9cf8b
commit
45c37ad2cf
1 changed files with 8 additions and 11 deletions
|
@ -68,20 +68,17 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user.
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
inetutils
|
neofetch
|
||||||
mtr
|
|
||||||
sysstat
|
|
||||||
# firefox
|
|
||||||
# thunderbird
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
environment.systemPackages = with pkgs; [
|
||||||
# $ nix search wget
|
acme-sh
|
||||||
# environment.systemPackages = with pkgs; [
|
inetutils
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
mtr
|
||||||
# wget
|
sysstat
|
||||||
# ];
|
wget
|
||||||
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue