Add on top of default.nix: with import {};
or simply run as nix-build ''
(i. e. for nix-build complaining) or rather nix-build -E 'with import {}; callPackage ./default.nix {}'
(or even import)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Update Deja Dup Backup Exclude Config for the node_modules folders. | |
# This will only auto exclude if a package.json file and a .git folder exist. | |
# This also will update the list for excluding backups of vendor <composer> folders. | |
if [[ ! -x "$(command -v yq)" ]]; then | |
echo "'yq' is required. Please install 'yq'. Try 'snap install yq'" | |
exit 1; | |
fi |
- Encrypted root partition
- AES-256 bit cipher
- Argon2id variant for PBKDF
- Sha3-512 bit hash
- rEFInd bootloader
- With dreary theme
- Optimal Settings (optimized for aesthetics, and boot time)
- Boot into backups thanks to refind-btrfs
Some IRC channels are restricted to registered users only. In this document, I'll explains how to connect to those channels from Matrix.
In particular, I'll take the example of the Matrix room #gamingonlinux-irc:matrix.org since it is plumbed to the IRC channel #gamingonlinux on Libera.Chat and this channel is for registered users only.
If you don't already have a registered user on the Libera.Chat, you first need to have one.
- Open a DM room with @NickServ:libera.chat
- Type
REGISTER
, and follow the instructions