rp5: init

This commit is contained in:
Christoph Hollizeck 2024-11-14 19:01:18 +01:00
parent 6a6e81a042
commit b82cb95743
Signed by: Daholli
GPG key ID: 1763BB530F50279E
3 changed files with 82 additions and 0 deletions

View file

@ -125,5 +125,8 @@
];
systems.hosts.wsl.modules = with inputs; [ nixos-wsl.nixosModules.default ];
}
// {
self = inputs.self;
};
}