feature(wip): Adds installer.

This commit is contained in:
greysoh 2024-07-19 12:15:07 -04:00
parent 94facdb5fe
commit 3c291b8a95
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
10 changed files with 72 additions and 112 deletions

View file

@ -4,6 +4,7 @@ let
in {
imports = [
./secrets.nix
./hardware-configuration.nix
];
swapDevices = [
@ -13,6 +14,9 @@ in {
}
];
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
systemd.services.kittehclean = {
enable = true;
description = "Cleans up this Kitteh node & runs init tasks";