1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-09-13 09:37:57 +00:00

Add backup mail server

This commit is contained in:
RGBCube 2024-05-24 22:00:29 +03:00
parent afcaada363
commit 13716ee5c0
No known key found for this signature in database
5 changed files with 27 additions and 9 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, modulesPath, ... }: with lib;
systemConfiguration {
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
imports = [(modulesPath + "/profiles/qemu-guest.nix")];
boot.loader.grub = enabled {
efiSupport = true;