Compare commits
1 Commits
776279cd31
...
4ba07466f6
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ba07466f6 |
18
default.nix
18
default.nix
@@ -28,24 +28,6 @@
|
||||
|
||||
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";
|
||||
|
||||
@@ -4,15 +4,15 @@
|
||||
|
||||
inputs = {
|
||||
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-24.05";
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nix-on-droid = {
|
||||
url = "github:nix-community/nix-on-droid/release-24.05";
|
||||
url = "github:nix-community/nix-on-droid";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.home-manager.follows = "home-manager";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user