fixed ipv6 on cirrus, fixed remote backups on cirrostratus.

This commit is contained in:
Gabe Venberg 2025-10-19 00:26:13 +02:00
parent 084e4ca421
commit 31d93e3770
6 changed files with 11 additions and 18 deletions

View file

@ -40,7 +40,8 @@ inputs.nixpkgs.lib.nixosSystem {
networking.useNetworkd = true;
systemd.network = {
enable = true;
networks."enp1s0" = {
networks."10-enp1s0" = {
name = "enp1s0";
networkConfig.DHCP = "ipv4";
gateway = ["fe80::1"];
address = ["2a01:4f8:1c1b:6c7c::1/64"];