From c7349e466fef7ecff5a46b1d0c819975a6bdcb8c Mon Sep 17 00:00:00 2001 From: toufic ar Date: Wed, 22 Apr 2026 14:08:19 +0300 Subject: initial commit --- common/default.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 common/default.nix (limited to 'common/default.nix') diff --git a/common/default.nix b/common/default.nix new file mode 100644 index 0000000..fca1d03 --- /dev/null +++ b/common/default.nix @@ -0,0 +1,24 @@ +{ + 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"; + }; +} -- cgit v1.2.3