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