Try this iso, remove all references to bcachefs from shodan

This commit is contained in:
Lillian Violet 2024-03-20 19:42:38 +01:00
parent 708e4fbefc
commit dd9348b672
5 changed files with 214 additions and 8 deletions

View file

@ -0,0 +1,13 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
# You can import other home-manager modules here
imports = [
./lillian.nix
];
}