added sops-nix

This commit is contained in:
Clara Dautermann 2025-04-14 14:09:10 +02:00
parent df35107001
commit d51709f0cd
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 45 additions and 5 deletions

View file

@ -1,5 +1,8 @@
{ modulesPath, pkgs, lib, ... }: {
imports = [ (modulesPath + "/virtualisation/proxmox-lxc.nix") ];
{ modulesPath, pkgs, lib, inputs, ... }: {
imports = [
(modulesPath + "/virtualisation/proxmox-lxc.nix")
inputs.sops-nix.nixosModules.sops
];
time.timeZone = "Europe/Berlin";
@ -45,7 +48,7 @@
# Enable networking
networking = {
networkmanager.enable = true;
# configure firewall
firewall = {
enable = true;