fix: updated cadie to clear some networking issues
This commit is contained in:
parent
c9d7598827
commit
73330b3f6f
2 changed files with 6 additions and 3 deletions
|
@ -532,11 +532,11 @@
|
|||
},
|
||||
"nixpkgs_6": {
|
||||
"locked": {
|
||||
"lastModified": 1703438236,
|
||||
"narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=",
|
||||
"lastModified": 1704722960,
|
||||
"narHash": "sha256-mKGJ3sPsT6//s+Knglai5YflJUF2DGj7Ai6Ynopz0kI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b",
|
||||
"rev": "317484b1ead87b9c1b8ac5261a8d2dd748a0492d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -59,4 +59,7 @@ in {
|
|||
name = name;
|
||||
};
|
||||
};
|
||||
|
||||
# this was causing a conflict for some reason
|
||||
systemd.network.enable = lib.mkForce false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue