Update nix enabled features
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user