1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: enable stalwart

This commit is contained in:
oddlama 2024-07-21 01:59:07 +02:00
parent 6a50fc769c
commit 611a64fb49
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 116 additions and 98 deletions

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
system.stateVersion = "23.11";
system.stateVersion = "24.11";
nix.extraOptions = ''
experimental-features = nix-command flakes
'';