mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 22:03:07 +02:00
Move the files for ultrapc into a separate directory
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
45174312aa
commit
4f001d4ba0
5 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
nixosConfigurations.ultrapc = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.ultrapc = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./ultrapc/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue