[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 ];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user