flake update

This commit is contained in:
Vivian 2022-09-22 20:47:03 +02:00
parent 2ce841dc0b
commit acba5df26b
2 changed files with 7 additions and 7 deletions

View file

@ -400,11 +400,11 @@
"wlroots": "wlroots" "wlroots": "wlroots"
}, },
"locked": { "locked": {
"lastModified": 1663778486, "lastModified": 1663866803,
"narHash": "sha256-Gtx7HmpEl7k1PFzZULU5WBRSCCrN5MgZnrpJdaA4kSY=", "narHash": "sha256-wfhZ//vxhipvF9n9f+s4W0Ql35B5IsLiO5cYAqbxIDQ=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "d3ffccd45ff6d6f7bf8cd08b4c1d9e0c00635ab4", "rev": "ef3eb37c7f2cdbbab23e611aedc438c317463ef8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -637,11 +637,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1663836791, "lastModified": 1663872072,
"narHash": "sha256-iUqAR+NEnBoCtbEzuEfI9lyaw046J6yHf+jVIU8FPkY=", "narHash": "sha256-/wpcmzZtVKRpM/AOmJ2VT0c6/ORFfS3UgU17o1mvvqs=",
"owner": "NULLx76", "owner": "NULLx76",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2fa15a032e56fb4a54b43adf237411e992e78d90", "rev": "f7bbdeae8faf1ab69619a35638edcb7afc0d8923",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -85,7 +85,7 @@ in
# Enable networking # Enable networking
networking.networkmanager = { networking.networkmanager = {
enable = true; enable = true;
wifi.backend = "iwd"; # wifi.backend = "iwd";
firewallBackend = "nftables"; firewallBackend = "nftables";
}; };