This commit is contained in:
Hadi
2024-06-07 23:34:02 +02:00
parent 24de104139
commit ca8abfde1c
4 changed files with 24 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, config, ... }:
let variable = import ../../variables.nix;
in {
imports = [ ./hardware-configuration.nix ./openssh.nix ./nextcloud.nix ];
imports = [ ./hardware-configuration.nix ./openssh.nix ./nextcloud.nix ./firewall.nix ./nginx.nix ];
boot = {
loader.efi.canTouchEfiVariables = true;