rp5: init

This commit is contained in:
Christoph Hollizeck 2024-11-14 19:10:27 +01:00
parent 1957b47664
commit 335070d08e
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 44 additions and 0 deletions

View file

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