mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 02:42:20 +00:00
hosts -> nixos
This commit is contained in:
parent
33f3af3162
commit
06758294bb
19 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
nixosConfigurations = {
|
||||
# Pixelbook converted to NixOS
|
||||
pixnix = lib.nixosSystem {
|
||||
modules = [ ./hosts/pixnix ];
|
||||
modules = [ ./nixos/pixnix ];
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue