Remove unnecessary packages and cleanup.

This commit is contained in:
Jonas Juselius
2017-07-11 11:37:24 +02:00
parent caf3b10680
commit f6af7aaf12
3 changed files with 33 additions and 61 deletions

View File

@@ -31,10 +31,5 @@
security.rtkit.enable = true;
fileSystems."/data" = {
device = "10.253.18.103:/data";
fsType = "nfs";
};
imports = [ ./users.nix ./packages.nix ];
}