Update Jeremiah
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user