Skip to content

Commit

Permalink
feat(timeline): ✨ begin sourcehut
Browse files Browse the repository at this point in the history
c
  • Loading branch information
drainpixie committed Oct 16, 2024
1 parent e5982ca commit 3fe6584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/incubator/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
nix.settings.trusted-users = ["kyubey"];
users.users.kyubey = {
uid = 1000;
home = "/home/akemi";
home = "/home/kyubey";

shell = pkgs.bash;
isNormalUser = true;
Expand All @@ -30,8 +30,8 @@
extraGroups = [
"wheel"
"networkmanager"
"minecraft"
];

openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGjrd3Drz463j6IpRJzPIm+KczyhYE7upw7rjlGTlMnJ drainpixie"
];
Expand Down
2 changes: 2 additions & 0 deletions hosts/incubator/sourcehut.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
_: {
}

0 comments on commit 3fe6584

Please sign in to comment.