This commit is contained in:
Hadi 2024-06-17 23:32:52 +02:00
parent 25d4dc93f1
commit 8e0691ca6a

View File

@ -1,5 +1,10 @@
{ pkgs, config, ... }: { { pkgs, config, ... }: {
imports = [ ./hardware-configuration.nix ./variables.nix ]; imports = [
./hardware-configuration.nix
./variables.nix
../shared/openssh.nix
../shared/nginx.nix
];
# Bootloader. # Bootloader.
boot = { boot = {