about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-20 00:04:05 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-20 00:04:10 +0200
commit2b5cae7da519e3cd2e97cb40d1fae93cce67e798 (patch)
tree5a71583ce62c115b6e1a92f186a181ba95ee028f /hosts
parentLuna: Add /boot encryption (diff)
downloadnixos-config-2b5cae7da519e3cd2e97cb40d1fae93cce67e798.tar.gz
nixos-config-2b5cae7da519e3cd2e97cb40d1fae93cce67e798.tar.bz2
nixos-config-2b5cae7da519e3cd2e97cb40d1fae93cce67e798.zip
Remove default packages
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index ebcafeb..9862007 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -101,6 +101,8 @@
     comma
   ];
 
+  environment.defaultPackages = [ ];
+
   # Some programs need SUID wrappers, can be configured further or are
   # started in user sessions.
   # programs.mtr.enable = true;