1
0
Fork 0

configuration(nixos): remove unsafe

This commit is contained in:
Antoine Langlois 2024-04-10 00:07:04 +02:00
parent d019df4f3d
commit 7e6c4adbea
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@
./services.nix ./services.nix
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [ # nixpkgs.config.permittedInsecurePackages = [
"nix-2.16.2" # "nix-2.16.2"
]; # ];
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "24.05"; system.stateVersion = "24.05";
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";