feat: deployed toto

This commit is contained in:
Swarsel 2024-12-18 01:17:27 +01:00
parent 0fc9ee7531
commit 21d84e822e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 96 additions and 94 deletions

View file

@ -1,4 +1,4 @@
{ self, inputs, config, lib, modulesPath, ... }:
{ self, pkgs, inputs, config, lib, modulesPath, ... }:
let
pubKeys = lib.filesystem.listFilesRecursive "${self}/secrets/keys/ssh";
in
@ -17,6 +17,8 @@ in
];
environment.etc."issue".text = "\\4\n";
networking.dhcpcd.runHook = "${pkgs.utillinux}/bin/agetty --reload";
isoImage = {
makeEfiBootable = true;