This commit is contained in:
Tao Tien 2023-09-30 17:07:49 -07:00
parent 76c91fc817
commit 57fb82cebe
3 changed files with 41 additions and 8 deletions

View file

@ -45,12 +45,12 @@
];
NObangers = nixosSystem [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
nixos-hw.raspberry-pi-4
./systems/BASED.nix
./systems/NObangers.nix
./users/tao.nix
./extras/uwuraid.nix
];
};
};
}