summary refs log tree commit diff stats
path: root/prefect.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-06-19 17:05:54 +0200
committerAlan Pearce2019-06-19 17:05:54 +0200
commit7ebecc0f9ba39299a58b5002792744a28200c227 (patch)
treea1980323b574b396071d62fe045e8e54519fd407 /prefect.nix
parentdad40027a898b7254f4c6a3da6272dc5ab70f912 (diff)
downloadnixfiles-7ebecc0f9ba39299a58b5002792744a28200c227.tar.lz
nixfiles-7ebecc0f9ba39299a58b5002792744a28200c227.tar.zst
nixfiles-7ebecc0f9ba39299a58b5002792744a28200c227.zip
Remove chromium
Diffstat (limited to 'prefect.nix')
-rw-r--r--prefect.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/prefect.nix b/prefect.nix
index 1c786a7d..ff5dbadb 100644
--- a/prefect.nix
+++ b/prefect.nix
@@ -28,10 +28,6 @@
     ./modules/services/syncthing.nix
   ];
 
-  environment.systemPackages = with pkgs; [
-    chromium
-  ];
-
   networking = {
     hostName = "prefect";
     domain = "alanpearce.eu";