formatting

This commit is contained in:
Daylin Morgan 2023-07-09 11:38:43 -05:00
parent 3d4a56f360
commit 15a114e767
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -6,7 +6,7 @@
security.sudo.wheelNeedsPassword = false;
nixpkgs.config.allowUnfree = true;
nix.package = pkgs.nixUnstable;
nix.extraOptions = ''
experimental-features = nix-command flakes
@ -43,7 +43,7 @@
networking.hostName = "algiz";
# added to make using `pip install` work in docker build
networking.nameservers = [
networking.nameservers = [
"8.8.8.8"
];