MaJ template

extraction-donnees-privees
Jean-Pierre PRUNARET 9 years ago
parent 23cb4c79a9
commit 32a05e2124

@ -1,11 +1,25 @@
{ config, lib, pkgs, ... }:
let
inherit (lib) mkIf;
inherit (lib) mkIf mkMerge mkThenElse;
cfg = config.r6d.config-generator;
computers = config.r6d.computers;
profiles = config.r6d.profiles;
in
mkIf true {
# Paquets
environment.systemPackages = with pkgs; [
];
# Services
# Réseau
networking.firewall = {
allowedTCPPorts = [
];
allowedUDPPorts = [
];
};
}

Loading…
Cancel
Save