feat: added recovery nixos config

This commit is contained in:
2026-07-18 23:21:30 +01:00
parent 4da3b6c50f
commit 0a7e26455d
3 changed files with 117 additions and 0 deletions
+7
View File
@@ -37,6 +37,13 @@
};
};
den.hosts.x86_64-linux.doloro-bootable = {
users.doloro = {
aspect = "doloro-bootable";
homeManager.enable = true;
};
};
den.schema.user.classes = lib.mkDefault ["homeManager"];
# Fixes 'The option `flake.homeConfigurations' is defined multiple times while it's expected to be unique.'