Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-05-07 22:20:31 +03:00
parent 5232a60f0d
commit 32505a63bd
2 changed files with 7 additions and 3 deletions

View file

@ -609,11 +609,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1683286087,
"narHash": "sha256-xseOd7W7xwF5GOF2RW8qhjmVGrKoBz+caBlreaNzoeI=",
"lastModified": 1683408522,
"narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3e313808bd2e0a0669430787fb22e43b2f4bf8bf",
"rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7",
"type": "github"
},
"original": {

View file

@ -37,6 +37,10 @@ in {
hosts = {
"192.168.1.221" = [ "pi" "pi-master" ];
};
nameservers = [
"192.168.1.221"
];
};
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.