copy vscode config to other user

This commit is contained in:
Vinzenz Schroeter 2025-01-02 02:05:36 +01:00
parent 29ea7db3aa
commit 72c6b8bd34
5 changed files with 64 additions and 3 deletions

View file

@ -24,7 +24,7 @@ nixpkgs.lib.nixosSystem {
}
{
home-manager.users.ronja = import ../../home/ronja.nix;
home-manager.users.ronja = import ../../home/ronja;
users.users.ronja.openssh.authorizedKeys.keys = [
];

View file

@ -38,7 +38,7 @@ nixpkgs.lib.nixosSystem {
{
home-manager.users = {
vinzenz = import ../../home/vinzenz;
ronja = import ../../home/ronja.nix;
ronja = import ../../home/ronja;
};
users.users.vinzenz.openssh.authorizedKeys.keys = [