fix user public keys

This commit is contained in:
Dennis Wuitz
2023-12-25 18:54:38 +01:00
parent dd4466b5a3
commit 7fcf8af4ad
7 changed files with 26 additions and 23 deletions

View File

@ -2,9 +2,8 @@
{
time.timeZone = "America/New_York";
console.keyMap = "us";
boot.zfs.extraPools = [ "ZFS-primary" ];
networking.hostId = "dc2f9781";
boot.initrd.network.ssh.authorizedKeys = [ "ssh-ed25519 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" ];
boot.zfs.extraPools = [ "ZFS-primary" ];
virtualisation = {
docker = {