WIP: rewrite config #618

Draft
darkkirb wants to merge 345 commits from rewrite into main
Showing only changes of commit afa31fe05b - Show all commits

View file

@ -3,4 +3,5 @@
(nixpkgs.outPath + "/nixos/modules/profiles/minimal.nix")
(nixpkgs.outPath + "/nixos/modules/profiles/headless.nix")
];
nix.enable = false; # We dont need the nix package manager inside of the container.
}