mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
formatting
This commit is contained in:
parent
3d4a56f360
commit
15a114e767
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue