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

@@ -9,17 +9,17 @@
matchBlocks = { matchBlocks = {
tsuba = { tsuba = {
user = "servius"; user = "servius";
hostname = "tsuba"; hostname = "tsuba.darksailor.dev";
}; };
github = { github = {
user = "git"; user = "git";
host = "github.com"; host = "github.com";
}; };
mirai = { # mirai = {
user = "fs0c131y"; # user = "fs0c131y";
hostname = "mirai.darksailor.dev"; # hostname = "mirai.darksailor.dev";
forwardAgent = true; # forwardAgent = true;
}; # };
tako = { tako = {
user = "servius"; user = "servius";
hostname = "tako.darksailor.dev"; hostname = "tako.darksailor.dev";
@@ -27,7 +27,7 @@
}; };
ryu = { ryu = {
user = "servius"; user = "servius";
hostname = "ryu"; hostname = "ryu.darksailor.dev";
forwardAgent = true; forwardAgent = true;
}; };
kuro = { kuro = {

View File

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

View File

@@ -162,7 +162,7 @@
cargoLock = {lockFile = "${src}/Cargo.lock";}; cargoLock = {lockFile = "${src}/Cargo.lock";};
}; };
# alvr-master = inputs.alvr.packages.${prev.system}.default; # alvr-master = inputs.alvr.packages.${prev.system}.default;
caddyWithCloudflare = final.pkgs.caddy.withPlugins { caddyWithCloudflare = inputs.nixpkgs.legacyPackages.${final.system}.caddy.withPlugins {
plugins = ["github.com/caddy-dns/cloudflare@v0.2.2"]; plugins = ["github.com/caddy-dns/cloudflare@v0.2.2"];
hash = "sha256-ea8PC/+SlPRdEVVF/I3c1CBprlVp1nrumKM5cMwJJ3U="; hash = "sha256-ea8PC/+SlPRdEVVF/I3c1CBprlVp1nrumKM5cMwJJ3U=";
# hash = "sha256-Z8nPh4OI3/R1nn667ZC5VgE+Q9vDenaQ3QPKxmqPNkc="; # hash = "sha256-Z8nPh4OI3/R1nn667ZC5VgE+Q9vDenaQ3QPKxmqPNkc=";