Update dependencies
Also change wifi config to new format
This commit is contained in:
parent
069635ae53
commit
5c1619f7aa
3 changed files with 26 additions and 44 deletions
30
flake.lock
generated
30
flake.lock
generated
|
@ -45,11 +45,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726301210,
|
"lastModified": 1726405064,
|
||||||
"narHash": "sha256-xXexcOeBxrFaHTelAnVkN5Q2+t8WhOX3DGVT8ZgsLK4=",
|
"narHash": "sha256-PeMiTSwhcc2R8MrViJpoQOpT0EoWp0GPb9afqaeVbXk=",
|
||||||
"owner": "accentor",
|
"owner": "accentor",
|
||||||
"repo": "api",
|
"repo": "api",
|
||||||
"rev": "fdd336dcf788060eacd0bdbfc01f7d98d9117627",
|
"rev": "3f799895d0ad2c43ca00cc98c3e27ba52cff2d1f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -74,11 +74,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726301236,
|
"lastModified": 1726405273,
|
||||||
"narHash": "sha256-RLv2VlJvdXUU2CH8JPD7aRadCjnkQWIYXdKfm1r8z8s=",
|
"narHash": "sha256-ZjajFmscdfEk0pTLnQ8ug8BzT/Sm9heaXL1jSenDcHI=",
|
||||||
"owner": "accentor",
|
"owner": "accentor",
|
||||||
"repo": "web",
|
"repo": "web",
|
||||||
"rev": "02edbeb1c20df8f60b24f4e04ded3fe2f8fffc71",
|
"rev": "90c7f875a81effc061e9d873169ab11281ad1f97",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -422,11 +422,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726062873,
|
"lastModified": 1726243404,
|
||||||
"narHash": "sha256-IiA3jfbR7K/B5+9byVi9BZGWTD4VSbWe8VLpp9B/iYk=",
|
"narHash": "sha256-sjiGsMh+1cWXb53Tecsm4skyFNag33GPbVgCdfj3n9I=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4f807e8940284ad7925ebd0a0993d2a1791acb2f",
|
"rev": "345c263f2f53a3710abe117f28a5cb86d0ba4059",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -485,11 +485,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726393490,
|
"lastModified": 1726410101,
|
||||||
"narHash": "sha256-LVGtTtPzF0rxy3nKzegvaLVsTKSM0IMLjfbxnh7FKP0=",
|
"narHash": "sha256-7Gg/4kFg7wYNIR89k1nNMIA+5O9832lze+x6sJ87qw4=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "1a4d47c6fc08986702c185ef0409d59dd42269a1",
|
"rev": "c427237ac81b66f02f796727b876d2b707ca77ad",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -603,11 +603,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726244894,
|
"lastModified": 1726404892,
|
||||||
"narHash": "sha256-kN2mqH/UtNIm7SG/TJhb+46t42duCEcRO91rukzj8Ms=",
|
"narHash": "sha256-K3lpy/HAj0krIzcM6YB0F/ioj4bqeah2juBktc9o4Jg=",
|
||||||
"owner": "chvp",
|
"owner": "chvp",
|
||||||
"repo": "tetris",
|
"repo": "tetris",
|
||||||
"rev": "e965365f5c45b7ac6e2fcb088903f6becbcfca19",
|
"rev": "d1c32fee9fc5502e2fc3d32671af6fd2d252bfc0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -24,43 +24,25 @@
|
||||||
wireless = {
|
wireless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces = [ wireless-interface ];
|
interfaces = [ wireless-interface ];
|
||||||
environmentFile = config.age.secrets."passwords/networks.age".path;
|
secretsFile = config.age.secrets."passwords/networks.age".path;
|
||||||
userControlled = {
|
userControlled = {
|
||||||
enable = true;
|
enable = true;
|
||||||
group = "network";
|
group = "network";
|
||||||
};
|
};
|
||||||
networks = {
|
networks = {
|
||||||
"Public Universal Friend".psk = "@PSK_PUF@";
|
"Public Universal Friend".pskRaw = "ext:PSK_PUF";
|
||||||
AndroidAP.psk = "@PSK_AndroidAP@";
|
AndroidAP.pskRaw = "ext:PSK_AndroidAP";
|
||||||
draadloosnw.psk = "@PSK_draadloosnw@";
|
draadloosnw.pskRaw = "ext:PSK_draadloosnw";
|
||||||
werknet.psk = "@PSK_werknet@";
|
werknet.pskRaw = "ext:PSK_werknet";
|
||||||
Secorima.psk = "@PSK_Secorima@";
|
Secorima.pskRaw = "ext:PSK_Secorima";
|
||||||
"Mediaraven Guest".psk = "@PSK_Mediaraven@";
|
"down".pskRaw = "ext:PSK_down";
|
||||||
"down".psk = "@PSK_down@";
|
|
||||||
"Zeus WPI" = {
|
"Zeus WPI" = {
|
||||||
psk = "@PSK_Zeus@";
|
pskRaw = "ext:PSK_Zeus";
|
||||||
hidden = true;
|
hidden = true;
|
||||||
};
|
};
|
||||||
"Zeus Event 5G".psk = "@PSK_Zeus@";
|
"Zeus Event 5G".pskRaw = "ext:PSK_Zeus";
|
||||||
"Rode Kruis-Gent (internet)".psk = "@PSK_RKG@";
|
"Rode Kruis-Gent (internet)".pskRaw = "ext:PSK_RKG";
|
||||||
"CityStayNet".psk = "@PSK_CityStayNet@";
|
"DasNetwerk".pskRaw = "ext:PSK_DasNetwerk";
|
||||||
eduroam = {
|
|
||||||
authProtocols = [ "WPA-EAP" ];
|
|
||||||
auth = ''
|
|
||||||
eap=PEAP
|
|
||||||
identity="@EDUROAM_USER@"
|
|
||||||
password="@EDUROAM_PASS@"
|
|
||||||
'';
|
|
||||||
extraConfig = ''
|
|
||||||
phase1="peaplabel=0"
|
|
||||||
phase2="auth=MSCHAPV2"
|
|
||||||
group=CCMP TKIP
|
|
||||||
ca_cert="${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
|
||||||
altsubject_match="DNS:radius.ugent.be"
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
"GUK-huis".psk = "@PSK_GUKhuis@";
|
|
||||||
"DasNetwerk".psk = "@PSK_DasNetwerk@";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue