hosts -> nixos

This commit is contained in:
John Bowdre 2024-12-03 21:58:58 -06:00
parent 33f3af3162
commit 06758294bb
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo
19 changed files with 1 additions and 1 deletions

View file

@ -56,7 +56,7 @@
nixosConfigurations = {
# Pixelbook converted to NixOS
pixnix = lib.nixosSystem {
modules = [ ./hosts/pixnix ];
modules = [ ./nixos/pixnix ];
specialArgs = { inherit inputs outputs; };
};
};