added plymouth.nix

This commit is contained in:
2025-06-09 22:37:29 +03:00
parent 790d749ff8
commit e9a2c270c5
7 changed files with 50 additions and 6 deletions
+2 -2
View File
@@ -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
'';
}