Add output for nixos-generators

This commit is contained in:
fi 2024-11-20 05:46:39 +01:00
parent 99c40b54b6
commit 0b49bd74a6
6 changed files with 72 additions and 6 deletions

View file

@ -0,0 +1,14 @@
{ ... }:
{
boot.loader.grub = {
enable = true;
device = "/dev/vda";
};
networking = {
hostName = "base";
firewall.enable = true;
};
system.stateVersion = "23.05";
}