configuration.nix aktualisiert
This commit is contained in:
parent
ca9ec64034
commit
30d386647a
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue