This commit is contained in:
parent
2d697984f2
commit
8be262d08d
5 changed files with 15 additions and 31 deletions
|
@ -1,10 +0,0 @@
|
|||
== Base Role
|
||||
|
||||
The base role handles basic system configuration, which includes:
|
||||
|
||||
* User management
|
||||
* Nix configuration
|
||||
* System default settings
|
||||
* Global packages (like `git` and `curl`) and sane configuration
|
||||
defaults for them
|
||||
* Basic networking configuration (like firewall and ssh)
|
|
@ -9,9 +9,7 @@
|
|||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
vim
|
||||
tmux
|
||||
fwupd
|
||||
pciutils
|
||||
dmidecode
|
||||
smartmontools
|
||||
|
@ -28,7 +26,6 @@
|
|||
gnupg
|
||||
pass-wayland
|
||||
pwgen
|
||||
units
|
||||
powertop
|
||||
lm_sensors
|
||||
sbctl
|
||||
|
@ -52,7 +49,7 @@
|
|||
unrar
|
||||
iotop
|
||||
cabextract
|
||||
tree # p7zip
|
||||
tree
|
||||
vim
|
||||
vimPlugins.pathogen
|
||||
vimPlugins.airline
|
||||
|
@ -80,13 +77,12 @@
|
|||
curl
|
||||
wget
|
||||
tor
|
||||
mosh
|
||||
whois
|
||||
wol
|
||||
rsync
|
||||
sshuttle
|
||||
iftop
|
||||
mailutils # hash-slinger #TODO: hash-slinger has broken dependency pyunbound
|
||||
mailutils
|
||||
imapsync
|
||||
bluez-tools
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue