titan doesn't need a home

This commit is contained in:
cy 2024-12-30 18:06:16 -05:00
parent 0a2eebfabc
commit 69dd25c579
7 changed files with 24 additions and 75 deletions

View file

@ -44,25 +44,11 @@
system.stateVersion = "24.05";
environment.systemPackages = map lib.lowPrio [
pkgs.curl
pkgs.gitMinimal
environment.systemPackages = with pkgs; [
curl
git
];
users.users.yt = {
isNormalUser = true;
extraGroups = [
"wheel"
"networkmanager"
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPdhAQYy0+vS+QmyCd0MAbqbgzyMGcsuuFyf6kg2yKge yt@ytlinux"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINyn2+OoRN4nExti+vFQ1NHEZip0slAoCH9C5/FzvgZD yt@ytnix"
];
};
security.sudo.enable = true;
security.sudo.wheelNeedsPassword = false;
# network stuff
networking.hostName = "titan";
networking.networkmanager.enable = true;