{ 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
];
};
};
- install.substituteOnDestination = false;
environment.systemPackages = [
pkgs.riseup-vpn # Can't be installed by home-manager because it needs to install policy-kit rules
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.