Compare commits

..

No commits in common. "d24d810cebc1cfc30f5bd06b6cbd1d0e76c68bf2" and "feda4756da84dd8757281b0a39fdab64e827f7cb" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,6 @@
}; };
systemd.network.enable = true; systemd.network.enable = true;
networking.useNetworkd = true;
systemd.network.networks."10-wan" = { systemd.network.networks."10-wan" = {
matchConfig.Name = "enp1s0"; matchConfig.Name = "enp1s0";
networkConfig.DHCP = "ipv4"; networkConfig.DHCP = "ipv4";

View file

@ -1,6 +1,7 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
"nixpkgs-23.05".url = "github:NixOS/nixpkgs/nixos-23.05";
unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
}; };