{ imports = [ ./disks.nix ./fail2ban.nix ./hardware.nix ./mail.nix ./network.nix ./nginx.nix ./nvim.nix ./options.nix ./ssh.nix ]; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; nix.settings.experimental-features = ["nix-command" "flakes"]; customOps.owner = { username = "toufy"; pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN8CKkq7m/FPTqjAO3yGWhH7y+9flDjyNC9hQFenvbKs toufy"; }; customOps.domain = { name = "toufy"; tld = "me"; }; }