feat(mugetsu): nf-generate

This commit is contained in:
arcnmx 2024-11-20 10:37:13 -08:00
parent ff0c00384d
commit de12febf68
12 changed files with 229 additions and 1 deletions

View file

@ -0,0 +1,13 @@
_: {
arch = "x86_64";
type = "NixOS";
modules = [
./nixos.nix
];
network.networks = {
local = {
macAddress = "64:00:6a:c0:a1:4c";
address4 = "10.1.1.60";
};
};
}