feature(wip): Adds installer.
This commit is contained in:
parent
94facdb5fe
commit
3c291b8a95
10 changed files with 72 additions and 112 deletions
|
@ -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";
|
||||
|
|
Reference in a new issue