added plymouth.nix
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
nix.buildMachines = [ {
|
||||
@@ -21,7 +21,7 @@
|
||||
programs.ssh.extraConfig = ''
|
||||
Host builder
|
||||
HostName 192.168.1.222
|
||||
Port 9022
|
||||
Port 22
|
||||
StrictHostKeyChecking=accept-new
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user