chore: redid testienix
This commit is contained in:
parent
d40df714fd
commit
b4c5d84505
|
@ -39,9 +39,10 @@
|
|||
- `impermanence.nix` users persistence configuration
|
||||
|
||||
## Hosts
|
||||
- `patricknix` my main laptop
|
||||
- `desktopnix` my main desktop
|
||||
- `patricknix` Patricks main laptop
|
||||
- `desktopnix` Patricks main desktop
|
||||
- `testienix` old laptop for testing
|
||||
- `gojo` Simons Laptop
|
||||
|
||||
## Users
|
||||
- `patrick` my normal everyday unprivileged user
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
../../modules/config
|
||||
../../modules/optional/initrd-ssh.nix
|
||||
../../modules/optional/secureboot.nix
|
||||
|
||||
../../modules/hardware/intel.nix
|
||||
../../modules/hardware/physical.nix
|
||||
|
|
|
@ -1 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB9g6E+f7XMSE4V2YDdw5kZjWpV9o1G4JPKb6f3SHjO4
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF9cxElcsww+AMsQ2U2ZbhZSDiqkil5bUvKG0vRSSL/T
|
||||
|
|
Binary file not shown.
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
minimal,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
lib.optionalAttrs (!minimal) {
|
||||
age.secrets.initrd_host_ed25519_key.generator.script = "ssh-ed25519";
|
||||
|
||||
boot.initrd.network.enable = true;
|
||||
|
|
Loading…
Reference in a new issue