feat(ssh): update hostnames and comment out mirai block from ssh config
Some checks are pending
Flake checker / Build Nix targets (push) Waiting to run

This commit is contained in:
uttarayan21
2025-12-06 05:53:30 +05:30
parent 5e7bb9c986
commit 24fab1402b
3 changed files with 11 additions and 8 deletions

View File

@@ -10,6 +10,8 @@
networking.useNetworkd = true;
systemd.services.NetworkManager-wait-online.enable = false;
systemd.network.wait-online.enable = false;
boot.loader.raspberryPi.bootloader = "kernel";
fileSystems."/home".neededForBoot = true;
system.nixos.tags = let
@@ -31,5 +33,6 @@
hardware.raspberry-pi.extra-config = ''
[all]
dtparam=pciex1_gen=2
os_prefix=nixos/default/
'';
}