disko | 366 Members | |
| disko - declarative disk partitioning - https://github.com/nix-community/disko | 93 Servers |
| Sender | Message | Time |
|---|---|---|
| 6 Sep 2024 | ||
| I just do not use it. Feels like too much work to maintain all theses rules for every application. | 19:59:08 | |
| Eh its not that bad and also, if you do loose smth, depending on your setup you can get it back | 19:59:45 | |
| I have a script which keeps the last 32 roots/homes | 19:59:54 | |
| (Would be better time based and ill do it as some point) | 20:00:07 | |
In reply to @joerg:thalheim.ioAh that's too bad. Thanks for replying though! The combination works perfectly during normal use, just not with the new vmWithDisko command, which I had hoped to use to test big config changes before applying them to my system. | 20:06:52 | |
| If you send me your config as a flake I can take a look. But I guess it's a problem of the double eval the VM tests do | 21:07:55 | |
| Or something else to reproduce | 21:08:10 | |
| Will do, thanks! | 21:24:20 | |
| 7 Sep 2024 | ||
| Does zfs in disko support cache drives? | 16:03:48 | |
| 8 Sep 2024 | ||
| 10:15:54 | ||
| Mic92: Hey, have an unrelated question to disko but this is the only forum i now how to reach out to you. i see you have contributed to https://wiki.nixos.org/wiki/Android. I have found it really hard to get android development environment set up on NixOS and was wondering if this is something you have experience with? Thanks! | 10:19:32 | |
In reply to @tumble1999:matrix.orghttps://github.com/nix-community/disko/blob/master/example/zfs-with-vdevs.nix https://github.com/nix-community/disko/pull/723 | 10:42:03 | |
| @mars_0008:matrix.org: I used the android dev some years ago. Mostly just using android-studio, which worked for me. | 11:06:16 | |
| DavHau helped someone very recently with flutter + android | 11:07:00 | |
In reply to @zerox:guix.uz Thank you Ok I added topology but only the part where it adds cache Do I have to fully implement the topology key | 14:19:01 | |
| I dont want to mirror so ill not include the type and maybe it might tell me what possible things I can put there | 14:35:39 | |
| Oh it just made it anyway | 14:36:06 | |
| Ok comparing df -h with and without the topology key makes 4tb zfs And with topology key, zpool status shows cache drive Ok good | 14:38:55 | |
In reply to @mars_0008:matrix.orgI do android development on nixos. AFAIK you have two easy options: simply install Android Studio and use that, or use devenv.sh for a complete command line environment. | 15:35:38 | |
| 9 Sep 2024 | ||
| 03:44:41 | ||
In reply to @lassulus:lassul.usThanks again! I've made a relatively small flake to reproduce this issue with, and put it in an issue for easier tracking and future discoverability: https://github.com/nix-community/disko/issues/763 | 07:37:22 | |
| Is the default config of zfs on disko the one where up to 1 drive can fail and i can replace it? | 15:48:57 | |
| Or is it by default striped with no redundancies? | 15:56:00 | |
| See: https://github.com/nix-community/disko/blob/master/example/zfs-with-vdevs.nix You can remove cache & special sections. | 15:56:02 | |
| Redacted or Malformed Event | 18:08:28 | |
In reply to @zerox:guix.uzRemove? | 18:08:42 | |
| I want cache | 18:08:48 | |
| Tumble: in case if you don't need cache, you can remove it, otherwise you need another device for cache. | 18:09:43 | |
| https://git.disroot.org/tumble/linux-config/src/branch/nixos/nixos/onyx/disko.nix How to edit this to have it be raidz1 | 18:09:48 | |
In reply to @zerox:guix.uzI have a device for cache | 18:10:00 | |