mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Format
This commit is contained in:
parent
20f4bc2ae3
commit
a18109689e
1 changed files with 12 additions and 14 deletions
26
flake.nix
26
flake.nix
|
@ -121,10 +121,10 @@
|
||||||
|
|
||||||
defaultConfiguration = host: abstractions.systemConfiguration {
|
defaultConfiguration = host: abstractions.systemConfiguration {
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
options = "--delete-older-than 3d";
|
options = "--delete-older-than 3d";
|
||||||
persistent = true;
|
persistent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
|
nix.nixPath = [ "nixpkgs=${nixpkgs}" ];
|
||||||
|
@ -132,17 +132,15 @@
|
||||||
|
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings.experimental-features = [
|
||||||
experimental-features = [
|
"nix-command"
|
||||||
"nix-command"
|
"flakes"
|
||||||
"flakes"
|
];
|
||||||
];
|
|
||||||
|
|
||||||
trusted-users = [
|
nix.settings.trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
"@wheel"
|
"@wheel"
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.overlays = [ fenix.overlays.default ];
|
nixpkgs.overlays = [ fenix.overlays.default ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue