diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/desktop.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/desktop.nix b/common/desktop.nix index 376bd87..857a93e 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -10,14 +10,6 @@ plugin-files = ${pkgs.nix-doc}/lib/libnix_doc_plugin.so ''; - # for haskell.nix compilers -# nix.binaryCachePublicKeys = [ -# "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" -# ]; -# nix.binaryCaches = [ -# "https://hydra.iohk.io" -# ]; - # Enable CUPS to print documents. services.printing = { enable = true; |