| 25 Mar 2024 |
conr | i'm trying to just load it in level 2, not level 1 | 00:30:38 |
ElvishJerricco | stage* 2 | 00:30:58 |
ElvishJerricco | conr: Don't create /etc/crypttab. Just use the environment.etc option to have nixos create it. | 00:31:22 |
conr | right stage 2 | 00:31:23 |
conr | ok then add each value manually after? | 00:32:08 |
conr | * ok then add each disk manually after? | 00:32:16 |
ElvishJerricco | environment.etc.crypttab.text = ''
cryptssd1 /dev/disk/by-uuid/asdfasdf /dev/mapper/cryptkey keyfile-size=8192
cryptssd2 /dev/disk/by-uuid/wxyzwxya /dev/mapper/cryptkey keyfile-size=8192
'';
| 00:32:56 |
ElvishJerricco | you don't need to edit /etc/crypttab at all. Just have nixos manage it like that | 00:33:07 |
conr | ooo i like it | 00:33:14 |
conr | Worked on the first try! | 00:49:02 |
conr | how to i make this work recursively? systemd.tmpfiles.rules = [ "d /mnt/data1 0755 conor users" ]; | 01:28:26 |
ElvishJerricco | conr: You can follow that line with another one like Z /mnt/data1 0755 conor users to recursively set the mode and ownership of a directory | 01:32:53 |
conr | In reply to @elvishjerricco:matrix.org conr: You can follow that line with another one like Z /mnt/data1 0755 conor users to recursively set the mode and ownership of a directory so like
systemd.tmpfiles.rules = [
"d /mnt/data1 0755 conor users"
"Z /mnt/data1 0755 conor users"
];
| 01:38:05 |
ElvishJerricco | I think that would work yea | 01:38:26 |
conr | works | 01:43:29 |
conr | so for lanzaboote, do i need the niv folder forever? | 01:45:10 |
conr | like commit it to my repo? | 01:45:25 |
conr | * so for lanzaboote, do i need the niv nix folder forever? | 01:45:43 |
conr | maybe i need to integrate it with my flake? | 01:50:22 |
conr | i'll ask secure-boot | 01:50:55 |
| ttamttam joined the room. | 01:58:40 |
| conr left the room. | 03:24:13 |
| nazarewk joined the room. | 19:46:09 |
| ma27 joined the room. | 19:53:42 |
| Alex Ou joined the room. | 20:08:57 |
| konrad-thorson joined the room. | 20:12:53 |
konrad-thorson | Howdy | 20:13:13 |
konrad-thorson | I'm playing with an idea and would appreciate some feedback from people that understand Nix OS better than I do. Basically I want to make a NixOS.img operating system installer that includes IPFS. Once the ipfs node starts following a pin set of nix packages then install from ipfs, but also run the binaries from the ipfs file store. For me this is an 'art project' involving computing and the idea of https://en.wikipedia.org/wiki/Ship_of_Theseus Nix seems perfect for configuration of the software side of things. | 20:14:46 |
| 26 Mar 2024 |
| Maximilian Gaedig ⚡️ joined the room. | 15:09:51 |
| 27 Mar 2024 |
| Room Avatar Renderer. | 13:39:52 |