Finish to init repo #1

Merged
Luj merged 6 commits from finish_init into main 2024-10-18 11:24:45 +02:00
2 changed files with 10 additions and 12 deletions
Showing only changes of commit b8f729c290 - Show all commits

View file

@ -1,14 +1,12 @@
{ sources, lib, ... }: { sources, ... }:
let let
proxmox-nixos = import sources.proxmox-nixos; proxmox-nixos = import sources.proxmox-nixos;
in in
{ {
imports = [ proxmox-nixos.nixosModules.proxmox-ve ]; imports = [ proxmox-nixos.nixosModules.proxmox-ve ];
services.proxmox-ve.enable = true; services.proxmox-ve = {
nixpkgs.overlays = [ proxmox-nixos.overlays.x86_64-linux ]; enable = true;
networking.firewall = { openFirewall = false;
trustedInterfaces = [ "wt0" ];
allowedTCPPorts = lib.mkForce [ 22 ];
}; };
nixpkgs.overlays = [ proxmox-nixos.overlays.x86_64-linux ];
} }

View file

@ -179,9 +179,9 @@
"repo": "proxmox-nixos" "repo": "proxmox-nixos"
}, },
"branch": "main", "branch": "main",
"revision": "7869ffc2e0db36f314fb60f1ab0087b760700b00", "revision": "950e4cccac0f942076e8558f7f9f4d496cabfb18",
"url": "https://github.com/SaumonNet/proxmox-nixos/archive/7869ffc2e0db36f314fb60f1ab0087b760700b00.tar.gz", "url": "https://github.com/SaumonNet/proxmox-nixos/archive/950e4cccac0f942076e8558f7f9f4d496cabfb18.tar.gz",
"hash": "0cam36s3ar366y41rvihjqghkdjl9a1n1wzym8p2mkar1r9x7haj" "hash": "0bhqw42ydc0jfkfqw64xsg518a1pbxnvpqw92nna7lm8mzpxm6d4"
} }
}, },
"version": 3 "version": 3