feat: Added server stuff

This commit is contained in:
uttarayan21
2025-01-02 15:58:40 +05:30
parent 7c7afbc890
commit e3596c2761
7 changed files with 4886 additions and 84 deletions

View File

@@ -9,12 +9,14 @@
(modulesPath + "/profiles/qemu-guest.nix")
./disk-config.nix
];
boot.loader.grub = {
# no need to set devices, disko will add all devices that have a EF02 partition to the list already
# devices = [ ];
efiSupport = true;
efiInstallAsRemovable = true;
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# boot.loader.grub = {
# # no need to set devices, disko will add all devices that have a EF02 partition to the list already
# # devices = [ ];
# efiSupport = true;
# efiInstallAsRemovable = true;
# };
services.openssh.enable = true;
environment.systemPackages = map lib.lowPrio [