Update nix enabled features

This commit is contained in:
2026-02-14 10:07:18 +01:00
parent 9a12b56f94
commit dbe24d8866

View File

@@ -11,6 +11,7 @@
./desktop-environment.nix ./desktop-environment.nix
./terminal-environment.nix ./terminal-environment.nix
./cron-schedule.nix ./cron-schedule.nix
./home-manager.nix
]; ];
# Bootloader. # Bootloader.
@@ -70,6 +71,7 @@
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions