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
Some checks are pending
Flake checker / Build Nix targets (push) Waiting to run
This commit is contained in:
@@ -9,17 +9,17 @@
|
||||
matchBlocks = {
|
||||
tsuba = {
|
||||
user = "servius";
|
||||
hostname = "tsuba";
|
||||
hostname = "tsuba.darksailor.dev";
|
||||
};
|
||||
github = {
|
||||
user = "git";
|
||||
host = "github.com";
|
||||
};
|
||||
mirai = {
|
||||
user = "fs0c131y";
|
||||
hostname = "mirai.darksailor.dev";
|
||||
forwardAgent = true;
|
||||
};
|
||||
# mirai = {
|
||||
# user = "fs0c131y";
|
||||
# hostname = "mirai.darksailor.dev";
|
||||
# forwardAgent = true;
|
||||
# };
|
||||
tako = {
|
||||
user = "servius";
|
||||
hostname = "tako.darksailor.dev";
|
||||
@@ -27,7 +27,7 @@
|
||||
};
|
||||
ryu = {
|
||||
user = "servius";
|
||||
hostname = "ryu";
|
||||
hostname = "ryu.darksailor.dev";
|
||||
forwardAgent = true;
|
||||
};
|
||||
kuro = {
|
||||
|
||||
@@ -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/
|
||||
'';
|
||||
}
|
||||
|
||||
@@ -162,7 +162,7 @@
|
||||
cargoLock = {lockFile = "${src}/Cargo.lock";};
|
||||
};
|
||||
# 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"];
|
||||
hash = "sha256-ea8PC/+SlPRdEVVF/I3c1CBprlVp1nrumKM5cMwJJ3U=";
|
||||
# hash = "sha256-Z8nPh4OI3/R1nn667ZC5VgE+Q9vDenaQ3QPKxmqPNkc=";
|
||||
|
||||
Reference in New Issue
Block a user