treewide: upstreaming changes
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
d159232b37
commit
e4e1b03c7e
160 changed files with 3408 additions and 5474 deletions
58
s0mev1rtn0de-nix/default.nix
Normal file
58
s0mev1rtn0de-nix/default.nix
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./disko/disk.nix
|
||||
./disko/lvm_vg.nix
|
||||
|
||||
./boot/initrd/availableKernelModules.nix
|
||||
./boot/initrd/kernelModules.nix
|
||||
./boot/loader/grub.nix
|
||||
./boot/kernel.nix
|
||||
./boot/tmp.nix
|
||||
|
||||
./environment/systemPackages.nix
|
||||
|
||||
./hardware/zram.nix
|
||||
|
||||
./networking/firewall/ens3.nix
|
||||
./networking/firewall/wt0.nix
|
||||
./networking/firewall.nix
|
||||
./networking/hostname.nix
|
||||
./networking/dns.nix
|
||||
./networking/nftables.nix
|
||||
./networking/wireguard.nix
|
||||
./networking/wg-quick.nix
|
||||
./networking/nat.nix
|
||||
|
||||
./nix/settings/allowed-users.nix
|
||||
./nix/settings/experimental-features.nix
|
||||
./nix/settings/substituters.nix
|
||||
./nix/settings/trusted-public-keys.nix
|
||||
./nix/settings/trusted-users.nix
|
||||
./nix/settings/auto-optimise-store.nix
|
||||
|
||||
./nixpkgs/config.nix
|
||||
./nixpkgs/platform.nix
|
||||
|
||||
./programs/nh.nix
|
||||
|
||||
./services/openssh.nix
|
||||
./services/fail2ban.nix
|
||||
./services/netbird.nix
|
||||
./services/qemuGuest.nix
|
||||
./services/caddy.nix
|
||||
./services/sing-box.nix
|
||||
|
||||
./sops/age.nix
|
||||
./sops/defaults.nix
|
||||
./sops/secrets.nix
|
||||
|
||||
./system/stateVersion.nix
|
||||
|
||||
./users/users.nix
|
||||
./users/users/askhat.nix
|
||||
./users/users/hand7s.nix
|
||||
./users/users/root.nix
|
||||
|
||||
./virtualisation/docker.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue