| 24 Apr 2024 |
Pradip Caulagi | On my way down | 16:46:44 |
lillecarl | Claes: https://github.com/pufferffish/wireproxy | 17:02:23 |
lillecarl | markuskowa: https://github.com/NixOS/nixpkgs/pull/306282 press button pls | 18:49:42 |
Pradip Caulagi |  Download ima_01208f0.jpeg | 19:06:47 |
Pradip Caulagi |  Download ima_caf57f1.jpeg | 19:06:52 |
Pradip Caulagi |  Download ima_7c8fc26.jpeg | 19:06:58 |
Pradip Caulagi |  Download ima_b419fe8.jpeg | 19:07:06 |
Pradip Caulagi |  Download ima_5640c65.jpeg | 19:07:12 |
Pradip Caulagi |  Download ima_fe2b90f.jpeg | 19:07:23 |
Pradip Caulagi | Download video_29412e3.mp4 | 19:07:37 |
Pradip Caulagi | It was a lot of fun today! Thanks! | 19:07:37 |
Claes | Thank you for hosting Pradip Caulagi! | 19:31:34 |
Claes | In reply to @lillecarl:matrix.org Claes: https://github.com/pufferffish/wireproxy This is what I used https://github.com/dadevel/wg-netns | 19:32:56 |
| 25 Apr 2024 |
maedas | Thanks for yesterday! I wanted to share my template for making modules (WIP), feedback and tips for improvements are appericiated!
let
name = baseNameOf ./.;
cfg = lib.getAttr name config.namespace;
in lib.setAttr
{
imports = [
];
config = {
};
}
"options" (lib.setAttr {} "namespace" (lib.setAttr {} name (with lib; {
enable = mkEnableOption (name + " module");
})))```
| 10:29:59 |
maedas | * Thanks for yesterday! I wanted to share my template for making modules (WIP), feedback and tips for improvements are appericiated!
let
name = baseNameOf ./.;
cfg = lib.getAttr name config.namespace;
in lib.setAttr
{
imports = [
];
config = {
};
}
"options" (lib.setAttr {} "namespace" (lib.setAttr {} name (with lib; {
enable = mkEnableOption (name + " module");
})))```
| 10:30:46 |
maedas | * Thanks for yesterday! I wanted to share my template for making modules (WIP), feedback and tips for improvements are appericiated!
let
name = baseNameOf ./.;
cfg = lib.getAttr name config.namespace;
in lib.setAttr
{
imports = [
];
config = {
};
}
"options" (lib.setAttr {} "namespace" (lib.setAttr {} name (with lib; {
enable = mkEnableOption (name + " module");
})))
| 10:31:27 |
maedas | * Thanks for yesterday! I wanted to share my template for making modules (WIP), feedback and tips for improvements are appericiated!
{ config, lib, pkgs, ... }:
let
name = baseNameOf ./.;
cfg = lib.getAttr name config.namespace;
in lib.setAttr
{
imports = [
];
config = {
};
}
"options" (lib.setAttr {} "namespace" (lib.setAttr {} name (with lib; {
enable = mkEnableOption (name + " module");
})))
```
| 10:31:50 |
maedas | * Thanks for yesterday! I wanted to share my template for making modules (WIP), feedback and tips for improvements are appericiated!
{ config, lib, pkgs, ... }:
let
name = baseNameOf ./.;
cfg = lib.getAttr name config.namespace;
in lib.setAttr
{
imports = [
];
config = {
};
}
"options" (lib.setAttr {} "namespace" (lib.setAttr {} name (with lib; {
enable = mkEnableOption (name + " module");
})))
| 10:32:09 |