Update Jeremiah

This commit is contained in:
Greg Hellings
2024-11-18 20:38:15 -06:00
parent 6ed8c36f2d
commit 43db7b7f85
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -61,6 +61,7 @@
greg = {
home = true;
tailscale.enable = true;
remote-builder.enable = true;
};
environment.systemPackages = with pkgs; [
curl
@@ -117,10 +118,12 @@
"network.target"
"network-online.target"
"systemd-resolved.service"
"tailscaled.service"
];
wants = [
requires = [
"network-online.target"
"systemd-resolved.service"
"tailscaled.service"
];
preStart = builtins.concatStringsSep "\n" [
"${pkgs.kmod}/bin/modprobe vboxdrv"
+1
View File
@@ -19,6 +19,7 @@ with lib;
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINwbFyuS9zcwZ7hGSpAWtx9NJq/elSLN8jYpr+/1nXd8 root@linode"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFXza2Pj05pdzGbiPDc/RF13nHhIZZ63u/WV/BS7bOjf root@genesis"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDTNTcHmNFB931L5vDAsdOkTc9wFyGpuTMdhc0VYLXME root@myself"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJc/EIBk7lRKBsJQ5Lindz0WIRNUE1z9xeUqhsRN9Pus root@jeremiah"
];
homeMode = "500";
isNormalUser = true;