1
0

users/isa: Move to users directory

This commit is contained in:
2023-12-07 20:21:44 +01:00
parent 35d2b3a76c
commit 0ea664287b
3 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,6 @@
[
./hardware-configuration.nix
./isa.nix
./users.nix
];

View File

@@ -1,11 +0,0 @@
{ ... }:
{
users.users.isa = {
isNormalUser = true;
extraGroups = [ "guests" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGrvhqC/tZzpLMs/qy+1xNSVi2mfn8LXPIEhh7dcGn9e"
];
};
}