Compare commits

...

3 Commits

Author SHA1 Message Date
c1ed6a497b flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/c6245e8' (2025-12-18)
  → 'github:NixOS/nixpkgs/a653104' (2025-12-21)
2025-12-23 12:28:38 +01:00
13ad7a6d25 Switch to 5Ghz home network 2025-12-22 07:55:05 +01:00
d217d901b5 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/1306659' (2025-12-15)
  → 'github:NixOS/nixpkgs/c6245e8' (2025-12-18)
2025-12-21 03:16:24 +01:00
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -409,11 +409,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1765779637, "lastModified": 1766309749,
"narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=", "narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1306659b587dc277866c7b69eb97e5f07864d8c4", "rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -53,7 +53,7 @@ in
name = "wlan0"; name = "wlan0";
matchConfig = { matchConfig = {
Name = "wlan0"; Name = "wlan0";
SSID = "anakinosi"; SSID = "anakinosi-5GHz";
}; };
address = [ "192.168.129.3/23" ]; address = [ "192.168.129.3/23" ];
gateway = [ "192.168.128.1" ]; gateway = [ "192.168.128.1" ];