refactor: remove meta.nix in favor of direct declaration in flake.nix

This commit is contained in:
oddlama 2023-04-30 14:06:25 +02:00
parent 08290e5052
commit 30cfdaf860
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 26 additions and 43 deletions

View file

@ -1,8 +0,0 @@
{
type = "nixos";
system = "x86_64-linux";
physicalConnections = {
"10-lan1" = "LAN 1";
"10-wlan1" = "WiFi";
};
}