rp5: init

This commit is contained in:
Christoph Hollizeck 2024-11-14 19:10:27 +01:00
parent 9a3cc2d293
commit 22b03d7edd
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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;
};
}