mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: deployed toto
This commit is contained in:
parent
0fc9ee7531
commit
21d84e822e
6 changed files with 96 additions and 94 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue