fix deprecation warning

This commit is contained in:
Quentin Boyer 2022-02-13 21:23:22 +01:00
parent d80e689a00
commit 947a402e05

View file

@ -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?
}