modified: common/configuration.nix

This commit is contained in:
2025-07-16 18:37:26 +10:00
parent 445e6b5a22
commit af23eb7af4

View File

@@ -45,4 +45,8 @@ users.users.root = {
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
#Enable flakes
experimental-features = nix-command flakes
} }