it works!

This commit is contained in:
Till 2026-01-22 16:44:45 +01:00
parent 386d889455
commit 50d6a79e31
15 changed files with 204 additions and 256 deletions

View file

@ -7,7 +7,7 @@
extraGroups = [ "networkmanager" ];
shell = pkgs.fish;
openssh.authorizedKeys.keyFiles = [
../../till${"@"}nova.pub
../till${"@"}nova.pub
];
};
}

View file

@ -10,7 +10,7 @@
];
shell = pkgs.fish;
openssh.authorizedKeys.keyFiles = [
../../till${"@"}nova.pub
../till${"@"}nova.pub
];
};
}