mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
adding gui group to hosts, fixing sshopts
This commit is contained in:
parent
29e977ad00
commit
d47650d67a
4 changed files with 4 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ in {
|
|||
#!${pkgs.runtimeShell}
|
||||
set -xeo pipefail
|
||||
export PATH=${with pkgs; lib.makeBinPath [ coreutils openssh nix ]}
|
||||
export NIX_SSHOPTS="$NIX_SSHOPTS -p${toString cfg.ssh.port}"
|
||||
export NIX_SSHOPTS="-p${toString cfg.ssh.port}"
|
||||
nix build ${
|
||||
builtins.unsafeDiscardStringContext config.system.build.toplevel.drvPath
|
||||
} -o result-${config.networking.hostName}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue