Some nixos stuffs

This commit is contained in:
Rolf Martin Glomsrud 2025-03-31 21:18:17 +02:00
parent fe5d434c11
commit c5178bfb0f

View file

@ -62,12 +62,9 @@
security.sudo.wheelNeedsPassword = false;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# 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
btop
vim
tailscale