!oNSIfazDqEcwhcOjSL:matrix.org

disko

393 Members
disko - declarative disk partitioning - https://github.com/nix-community/disko105 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
31 Oct 2024
@tye-x:matrix.orgtye-xor anyway i could help with this?20:26:15
1 Nov 2024
@deliganli:matrix.orgSait joined the room.07:37:51
@kamillaova:matrix.orgKamilla 'ova joined the room.14:01:59
@kamillaova:matrix.orgKamilla '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
@kamillaova:matrix.orgKamilla '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

Show newer messages


Back to Room ListRoom Version: 10