Leyla Becker
Leyla Becker
Leaving as a draft for now because I dont have any icons for things yet and im waiting for some friends to translate some of the text for me, but...
I have a configuration set up roughly like this: ```nix {...}: { disko.devices.disk.ata-ST18000NE000-3G6101_ZVTCXVEB = { type = "disk"; device = "/dev/disk/by-id/ata-ST18000NE000-3G6101_ZVTCXVEB"; content = { type = "gpt"; partitions = {...
I use home manger and had this set in my home manager config: ```nix programs.ssh = { enable = true; compression = true; addKeysToAgent = "confirm"; extraConfig = "# REMOVED...
### Requirements - [x] I have searched the issues of this repository and believe that this is not a duplicate - [x] I have confirmed this bug exists on the...
### Role On linux ### Suggestion Use the more portable `#!/usr/bin/env bash` instead of bin bash ### Benefit This will allow the usage of bash compatable shells on systems that...
The v2 home manager module seems to be working for me besides 1 hick up of not being able to use it on my system due to an incompatibility with...