fix pc2 build

This commit is contained in:
Vinzenz Schroeter 2025-03-23 12:08:40 +01:00
parent da09ddee49
commit c5ec082fc2
3 changed files with 3 additions and 5 deletions

View file

@ -20,11 +20,6 @@
# Configure console keymap
console.keyMap = "de";
home-manager.users = {
vinzenz = import ../../home/vinzenz;
ronja = import ../../home/ronja;
};
users.users.vinzenz.openssh.authorizedKeys.keys = [
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINrY6tcgnoC/xbgL7vxSjddEY9MBxRXe9n2cAHt88/TT home roaming''
''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCJUpbpB3KEKVoKWsKoar9J4RNah8gmQoSH6jQEw5dY vinzenz-pixel-JuiceSSH''

View file

@ -9,5 +9,6 @@
../../modules/desktop-hardware.nix
../../home/vinzenz
../../home/ronja
];
}