This commit is contained in:
Hadi
2024-06-07 22:05:49 +02:00
parent 160d302a74
commit 755a2e8f2b
5 changed files with 19 additions and 4 deletions

View File

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