Trouble while migrating to latest version #511
-
|
Heya, like the title suggest i am having some issues when updating to the latest version. Specifically this andrew-laptop = {
includes = [
(den.batteries.import-tree ../../hosts)
];
provides.to-users.includes = [
<workstation>
<my/terminals/alacritty>
<core.power-manager>
];
};
andrew-pc = {
includes = [
(den.batteries.import-tree ../../hosts)
];
provides.to-users.includes = [
<workstation>
<core.nvidia>
<my/terminals/alacritty>
<my/gaming/waydroid>
];
};when i tried to run Failed assertions: - The ‘fileSystems’ option does not specify your root file system.While my previous config works just fine {
den,
__findFile,
...
}: {
den.aspects = {
workstation.includes = [
(den._.import-tree._.host ../../hosts)
<core.bootable>
# bunch of stuff
];
andrew-laptop.provides.to-users.includes = [
<workstation>
<my/terminals/alacritty>
<core.power-manager>
];
andrew-pc.provides.to-users.includes = [
<workstation>
<core.nvidia>
<my/terminals/alacritty>
<my/gaming/waydroid>
];
};
}I will honest i am still a newbie with nixos and i'd appreciate any help including recommendation on how should i organize aspects 🙏🙏🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
sini
May 11, 2026
Replies: 1 comment 8 replies
-
|
I assume this is your nix configuration? https://github.com/hoanhxlyn/andrewix I'm happy to help. Taking a look. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#512 Let me know if this fixes your issue. :)