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:
parent
afcaada363
commit
13716ee5c0
5 changed files with 27 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue