From a18109689eff58d3344cda89cc234658c8ce6a4a Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 4 Dec 2023 16:18:34 +0300 Subject: [PATCH] Format --- flake.nix | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/flake.nix b/flake.nix index 0305f04..1fb188a 100644 --- a/flake.nix +++ b/flake.nix @@ -121,10 +121,10 @@ defaultConfiguration = host: abstractions.systemConfiguration { nix.gc = { - automatic = true; - dates = "daily"; - options = "--delete-older-than 3d"; - persistent = true; + automatic = true; + dates = "daily"; + options = "--delete-older-than 3d"; + persistent = true; }; nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; @@ -132,17 +132,15 @@ nix.optimise.automatic = true; - nix.settings = { - experimental-features = [ - "nix-command" - "flakes" - ]; + nix.settings.experimental-features = [ + "nix-command" + "flakes" + ]; - trusted-users = [ - "root" - "@wheel" - ]; - }; + nix.settings.trusted-users = [ + "root" + "@wheel" + ]; nixpkgs.config.allowUnfree = true; nixpkgs.overlays = [ fenix.overlays.default ];