My Nix Infra
nix nixos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add ssh-host

ydcjeff f2d94c25 9ba27341

+4 -2
+4 -2
scripts/nixos-install.sh
··· 35 35 # 3. Final NixOS install 36 36 if [[ -f "$DOTFILES/hosts/$1/hardware-configuration.nix" ]]; then 37 37 nix run --extra-experimental-features 'nix-command flakes' \ 38 - github:nix-community/nixos-anywhere -- --flake .\#"$1" 38 + github:nix-community/nixos-anywhere -- --flake .\#"$1" \ 39 + "$(whoami)"@localhost 39 40 else 40 41 nix run --extra-experimental-features 'nix-command flakes' \ 41 42 github:nix-community/nixos-anywhere -- --flake .\#"$1" \ 42 - --generate-hardware-config nixos-generate-config "$DOTFILES/hosts/$1/hardware-configuration.nix" 43 + --generate-hardware-config nixos-generate-config "$DOTFILES/hosts/$1/hardware-configuration.nix" \ 44 + "$(whoami)"@localhost 43 45 fi