Gabriel Fontes
Gabriel Fontes
Hey, this should be better now with #76. Let me know if it helps!
I think this was fixed by https://github.com/Misterio77/flavours/pull/62, feel free to reopen if there's anything missing!
Hello! I'm actually considering moving back to ext4+tmpfs, because of simplicity mostly. Btrfs does have a couple of goodies that might make it worth using: - Snapshots: useful to have...
> would https://github.com/nix-community/disko not help with the "its complicated" part? didn't checked it out yet. Disko is pretty cool. Moving my setup to it is definitively on my todo-list.
Hey folks. `environment.etc` is an attrset. You can simply merge the provided settings with the ones you want to add, for example: ``` environment.etc = (lib.mapAttrs' (name: value: { name...
As of 8204a490a7153a55a05ccfab9e2b6292349df215, this settings is simplified a lot and should not generate confusion anymore
Hey! NixOS implements `nix.nixPath` by setting the `NIX_PATH` environment variable: https://github.com/NixOS/nixpkgs/blob/9ef6e7727f4c31507627815d4f8679c5841efb00/nixos/modules/services/misc/nix-daemon.nix#L796 Home manager does not currently have this abstraction, but perhaps you should be able to do the same using...
Hey! You probably figured this out, but `inputs.self` == `outputs`, and the error is probably fixable by: - Making sure you have `outputs` here: https://github.com/Misterio77/nix-starter-configs/blob/main/standard/home-manager/home.nix#L5 - If using hm as...
Hey! It's my first time hearing of scalpel, it does seem interesting if the service you're using does not support a secrets file, but otherwise seems to be really complex...
Hey, double extra sorry for the delay, life's been busy and I end up neglecting my issues a bit, apologies :( --- I think there's not much you can do...