summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorRory&::Emma <root@rory.gay>2023-09-06 01:06:00 +0000
committerRory&::Emma <root@rory.gay>2023-09-06 01:09:02 +0000
commita3209b8172f314ecc213170bc55a8d1870591183 (patch)
tree32584f88abf72688393c6e02f28b3d94ac7392ff /modules
parentAdd side laptop (diff)
downloadRory-Open-Architecture-a3209b8172f314ecc213170bc55a8d1870591183.tar.xz
Add changes
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base.nix b/modules/base.nix

index ffc08f9..c89f963 100755 --- a/modules/base.nix +++ b/modules/base.nix
@@ -78,6 +78,7 @@ "numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE=" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nix.settings.auto-optimise-store = true; nixpkgs.config.allowUnfree = true; security.sudo.wheelNeedsPassword = false; security.polkit.enable = true;