WIP: add meta to packages and create nix-support/private file for unfree packages #20

Draft
abonerib wants to merge 481 commits from abonerib/bscpkgs:add-meta into master
Showing only changes of commit 46d03d5ca7 - Show all commits

View File

@ -28,4 +28,8 @@
];
};
};
networking.hosts = {
"10.100.0.1" = [ "fox" ];
};
}