fixed ipv6 on cirrus, fixed remote backups on cirrostratus.
This commit is contained in:
parent
084e4ca421
commit
31d93e3770
6 changed files with 11 additions and 18 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue