added sops-nix
This commit is contained in:
parent
df35107001
commit
d51709f0cd
3 changed files with 45 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue