diff options
Diffstat (limited to 'nixos/profiles/workstation/default.nix')
| -rw-r--r-- | nixos/profiles/workstation/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index 9df5328..2fb983a 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -57,6 +57,8 @@ in MYNIX_PROFILE = "workstation"; }; + nix.settings.experimental-features = ["nix-command" "flakes"]; + # Age defaults to this anyway when openssh is enabled. # We're setting this here for workstations where openssh is disabled. age.identityPaths = ["/etc/ssh/ssh_host_ed25519_key"]; |
