prepare
This commit is contained in:
20
default.nix
20
default.nix
@@ -28,6 +28,26 @@
|
||||
scripts.enable = false;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ nano ];
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
Host esotericbytes.com
|
||||
HostName esotericbytes.com
|
||||
Port 2222
|
||||
|
||||
Host builder
|
||||
HostName esotericbytes.com
|
||||
Port 2222
|
||||
User remote-builder
|
||||
IdentityFile /home/nathan/.ssh/id_ed25519
|
||||
|
||||
Host remote
|
||||
HostName esotericbytes.com
|
||||
Port 2222
|
||||
User nathan
|
||||
IdentityFile /home/nathan/.ssh/id_ed25519
|
||||
'';
|
||||
|
||||
home.username = "nathan";
|
||||
|
||||
home.homeDirectory = "/data/data/com.termux.nix/files/home";
|
||||
|
||||
Reference in New Issue
Block a user