summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-10-09 20:11:51 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-10-10 16:24:33 +0200
commit4e0d6a5ff8157e6aacb1ef0b948d0b7dca36341f (patch)
treee4400829c306acfbc616e3921feea9662fc35d46 /nixos/modules/module-list.nix
parent3ab3614e2be95da22716cdc54b846b38a774efbb (diff)
downloadnixpkgs-4e0d6a5ff8157e6aacb1ef0b948d0b7dca36341f.tar
nixpkgs-4e0d6a5ff8157e6aacb1ef0b948d0b7dca36341f.tar.gz
nixpkgs-4e0d6a5ff8157e6aacb1ef0b948d0b7dca36341f.tar.bz2
nixpkgs-4e0d6a5ff8157e6aacb1ef0b948d0b7dca36341f.tar.lz
nixpkgs-4e0d6a5ff8157e6aacb1ef0b948d0b7dca36341f.tar.xz
nixpkgs-4e0d6a5ff8157e6aacb1ef0b948d0b7dca36341f.tar.zst
nixpkgs-4e0d6a5ff8157e6aacb1ef0b948d0b7dca36341f.zip
Don't create /nix/var/nix/{gcroots,per-user}/per-user with 1777 permission
In fact, don't create them at all because Nix does that automatically.

Also remove modules/programs/shell.nix because everything it did is
now done automatically by Nix.
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index fb6bc8e1efe..6829a4e2578 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -142,7 +142,6 @@
   ./programs/seahorse.nix
   ./programs/slock.nix
   ./programs/shadow.nix
-  ./programs/shell.nix
   ./programs/spacefm.nix
   ./programs/singularity.nix
   ./programs/ssh.nix