diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-20 20:34:06 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-20 20:34:06 -0600 |
commit | f1236f9f7009acfbefee3f6a405cdf17f7486479 (patch) | |
tree | d5e3c942cbf0789e8389793355780abdbfcf2dd6 /configuration.nix | |
parent | 90ba577a95a51eace7d1310b1cbe26c2314ccff5 (diff) | |
download | nixos-f1236f9f7009acfbefee3f6a405cdf17f7486479.tar.gz nixos-f1236f9f7009acfbefee3f6a405cdf17f7486479.tar.bz2 nixos-f1236f9f7009acfbefee3f6a405cdf17f7486479.zip |
Error out
Diffstat (limited to '')
-rw-r--r-- | configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 941939e..4b2d680 100644 --- a/configuration.nix +++ b/configuration.nix @@ -3,7 +3,7 @@ ./hardware-configuration.nix ./networking.nix # generated at runtime by nixos-infect ]; - nix.settings.experimental-features = [ "nix-command" "flakes" ]; + nix.settings.experimental-features = [ "nix-command" "flakes" ] systemd.services.ann = { enable = true; description = "Ann"; |