xmodmap: add key binding for emdash
[julm/julm-nix.git] / hosts / patate.nix
index 91ef3aa8e5d66665453c5c0715f96ae6c666e7fa..65164e04de60c645ed0254a2666227a75976935e 100644 (file)
@@ -1,14 +1,12 @@
 { config, pkgs, lib, ... }:
 {
   imports = [
-    ../nixos/profiles/dnscrypt-proxy2.nix
     ../nixos/profiles/graphical.nix
     ../nixos/profiles/lang-fr.nix
     ../nixos/profiles/printing.nix
-    ../nixos/profiles/wireguard/wg-intra.nix
     patate/backup.nix
     patate/hardware.nix
-    patate/wireguard.nix
+    patate/networking.nix
   ];
 
   # Lower kernel's security for better performances
@@ -52,7 +50,6 @@
       ];
     };
   };
-  install.substituteOnDestination = false;
 
   environment.systemPackages = [
     pkgs.riseup-vpn # Can't be installed by home-manager because it needs to install policy-kit rules
@@ -80,8 +77,6 @@
 
   virtualisation.virtualbox.host.enable = true;
 
-  services.openssh.openFirewall = true;
-
   # This value determines the NixOS release with which your system is to be
   # compatible, in order to avoid breaking some software such as database
   # servers. You should change this only after NixOS release notes say you should.