update upstream url

This commit is contained in:
müde 2026-05-27 23:41:40 +02:00
parent 8c6e03dccf
commit 046e16d9f4
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
];
};
shellAliases = {
myos-update = ''echo "Enter sudo password" && sudo nixos-rebuild boot --flake git+https://git.berlin.ccc.de/vinzenz/nixos-configuration.git --show-trace --log-format internal-json -v |& ${pkgs.nix-output-monitor}/bin/nom --json'';
myos-update = ''echo "Enter sudo password" && sudo nixos-rebuild boot --flake git+https://forge.darkest.space/mara/nixos-configs.git --show-trace --log-format internal-json -v |& ${pkgs.nix-output-monitor}/bin/nom --json'';
myos-apply = ''echo "Enter sudo password" && sudo nixos-rebuild switch --flake .# --show-trace --log-format internal-json -v |& ${pkgs.nix-output-monitor}/bin/nom --json'';
};
};

View file

@ -55,7 +55,7 @@ forDevice (
networking.hostName = device;
system = {
stateVersion = "22.11";
autoUpgrade.flake = "git+https://git.berlin.ccc.de/vinzenz/nixos-configuration.git";
autoUpgrade.flake = "git+https://forge.darkest.space/mara/nixos-configs.git";
};
nix.settings.experimental-features = [
"nix-command"