| 31 Oct 2024 |
tye-x | or anyway i could help with this? | 20:26:15 |
| 1 Nov 2024 |
| Sait joined the room. | 07:37:51 |
| Kamilla 'ova joined the room. | 14:01:59 |
Kamilla 'ova | Is there a way to run a command after creating a filesystem with disko? I want to run mkdir $target/{home,nix} to allow these directories binding to their real locations, e.g. something like this
fileSystems."/nix" = {
device = "/persist/nix";
fsType = "none";
options = [ "bind" ];
depends = [ "/persist" ];
neededForBoot = true;
};
| 14:08:31 |
Kamilla 'ova | Is there a way to run a command after creating a filesystem with disko? I want to run mkdir $target/{home,nix} to allow these directories binding to their real locations, e.g. something like this
fileSystems."/nix" = {
device = "/persist/nix";
fsType = "none";
options = [ "bind" ];
depends = [ "/persist" ];
neededForBoot = true;
};
| 14:08:36 |