[fugitive] Add config for an impermanent system
This commit is contained in:
10
lib/users/christian/default.nix
Normal file
10
lib/users/christian/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{pkgs, ...}: {
|
||||
|
||||
config = {
|
||||
users.users.christian = {
|
||||
packages = with pkgs; [ vim git ];
|
||||
openssh.authorizedKeys.keyFiles = [ ./pubkey ];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
1
lib/users/christian/pubkey
Normal file
1
lib/users/christian/pubkey
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIARnzZmkww44RsVtSfia/XdqGZcvvbYHvM2MvgQSg59c christian@labyrinth
|
||||
Reference in New Issue
Block a user