mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 10:52:18 +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 = {
|
nixosConfigurations = {
|
||||||
# Pixelbook converted to NixOS
|
# Pixelbook converted to NixOS
|
||||||
pixnix = lib.nixosSystem {
|
pixnix = lib.nixosSystem {
|
||||||
modules = [ ./hosts/pixnix ];
|
modules = [ ./nixos/pixnix ];
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = { inherit inputs outputs; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue