a little refactoring to prepare for the vps

This commit is contained in:
Lillian Violet 2023-11-19 23:12:21 +01:00
parent cbf77c4cbe
commit 012ba5e6f4
5 changed files with 233 additions and 83 deletions

View file

@ -81,5 +81,16 @@
];
};
};
nixosConfigurations = {
queen = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs outputs;};
modules = [
# > Our main nixos configuration file <
./nixos/queen/configuration.nix
sops-nix.nixosModules.sops
];
};
};
};
}