Include openssh
This commit is contained in:
parent
bda77522db
commit
b138325f45
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
# build main laptop configuration
|
# build main laptop configuration
|
||||||
nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git#foxtrot --accept-flake-config
|
nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git#foxtrot --accept-flake-config
|
||||||
'';
|
'';
|
||||||
path = with pkgs; [git nixos-rebuild];
|
path = with pkgs; [openssh git nixos-rebuild];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
# TODO: mkdir -p...?
|
# TODO: mkdir -p...?
|
||||||
WorkingDirectory = "/home/daniel/.home/nightly-flake-builds";
|
WorkingDirectory = "/home/daniel/.home/nightly-flake-builds";
|
||||||
|
|
Loading…
Reference in a new issue