mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
changes
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
5232a60f0d
commit
32505a63bd
2 changed files with 7 additions and 3 deletions
|
@ -609,11 +609,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_4": {
|
"nixpkgs_4": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1683286087,
|
"lastModified": 1683408522,
|
||||||
"narHash": "sha256-xseOd7W7xwF5GOF2RW8qhjmVGrKoBz+caBlreaNzoeI=",
|
"narHash": "sha256-9kcPh6Uxo17a3kK3XCHhcWiV1Yu1kYj22RHiymUhMkU=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "3e313808bd2e0a0669430787fb22e43b2f4bf8bf",
|
"rev": "897876e4c484f1e8f92009fd11b7d988a121a4e7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -37,6 +37,10 @@ in {
|
||||||
hosts = {
|
hosts = {
|
||||||
"192.168.1.221" = [ "pi" "pi-master" ];
|
"192.168.1.221" = [ "pi" "pi-master" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nameservers = [
|
||||||
|
"192.168.1.221"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue