Server NixOS configs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: more packages

+13 -1
+13 -1
hosts/tethys/default.nix
··· 1 - { ... }: 1 + { pkgs, ... }: 2 2 { 3 3 imports = [ 4 4 ./hardware.nix ··· 12 12 }; 13 13 14 14 zramSwap.enable = true; 15 + 16 + programs.neovim = { 17 + enable = true; 18 + viAlias = true; 19 + vimAlias = true; 20 + }; 21 + 22 + environment.systemPackages = with pkgs; [ 23 + git 24 + curl 25 + btop 26 + ]; 15 27 16 28 users.users.root.openssh.authorizedKeys.keys = [ 17 29 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDkhuhfzyg7R+O62XSktHufGmmhy6FNDi/NuPPJt7bI+"