configuration.nix aktualisiert

This commit is contained in:
fnord 2025-05-07 19:58:20 +02:00
parent ca9ec64034
commit 30d386647a

View file

@ -7,12 +7,12 @@
{ {
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
/etc/nixos/hardware-configuration.nix ../hardware-configuration.nix
./maintenance.nix ./maintenance.nix
./flatpak.nix ./flatpak.nix
./user-chch.nix ./user-chch.nix
./boot.nix ./boot.nix
/etc/nixos/hostname.nix ../hostname.nix
]; ];
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];