mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-13 14:25:08 +02:00
fix deprecation warning
This commit is contained in:
parent
d80e689a00
commit
947a402e05
1 changed files with 1 additions and 7 deletions
|
|
@ -75,7 +75,7 @@
|
|||
8080
|
||||
];
|
||||
|
||||
nix.autoOptimiseStore = true;
|
||||
nix.settings.auto-optimise-store = true;
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
@ -90,9 +90,3 @@
|
|||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "21.05"; # Did you read the comment?
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue