configuration.nix aktualisiert
This commit is contained in:
parent
37984a130a
commit
ca9ec64034
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
/etc/nixos/hardware-configuration.nix
|
/etc/nixos/hardware-configuration.nix
|
||||||
./coreconfig/maintenance.nix
|
./maintenance.nix
|
||||||
./coreconfig/flatpak.nix
|
./flatpak.nix
|
||||||
./coreconfig/user-chch.nix
|
./user-chch.nix
|
||||||
./coreconfig/boot.nix
|
./boot.nix
|
||||||
./hostname.nix
|
/etc/nixos/hostname.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue