chore: remove loft system
This commit is contained in:
parent
1c3fcb00b2
commit
a976e9ed8e
13
flake.nix
13
flake.nix
@ -73,19 +73,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
loft = nixpkgs.lib.nixosSystem {
|
|
||||||
system = utils.lib.system.x86_64-linux;
|
|
||||||
modules =
|
|
||||||
defaultModules
|
|
||||||
++ [
|
|
||||||
./modules/common.nix
|
|
||||||
./modules/containers.nix
|
|
||||||
|
|
||||||
./machines/loft/configuration.nix
|
|
||||||
];
|
|
||||||
specialArgs = {inherit inputs;};
|
|
||||||
};
|
|
||||||
|
|
||||||
kitchen = nixpkgs.lib.nixosSystem {
|
kitchen = nixpkgs.lib.nixosSystem {
|
||||||
system = utils.lib.system.x86_64-linux;
|
system = utils.lib.system.x86_64-linux;
|
||||||
modules =
|
modules =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user