update sunflower

This commit is contained in:
Audrey 2025-07-05 12:16:17 -07:00
parent 9ce097658c
commit f920de0bea
2 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,7 @@ in {
virt-manager.enable = true; virt-manager.enable = true;
nix-ld = { nix-ld = {
enable = true; enable = true;
libraries = { libraries = [];
};
}; };
}; };

View File

@ -10,6 +10,7 @@
networking.hostName = "sunflower"; networking.hostName = "sunflower";
networking.hostId = "77d68c52"; networking.hostId = "77d68c52";
networking.useNetworkd = true;
systemd.network.enable = true; systemd.network.enable = true;
systemd.network.networks."30-wan" = { systemd.network.networks."30-wan" = {
matchConfig.Name = "enp1s0"; matchConfig.Name = "enp1s0";