Configure DashVim for server

This commit is contained in:
DashieTM 2024-08-04 16:32:01 +02:00
parent a5de016eed
commit eeeb2bd9ed
6 changed files with 17 additions and 23 deletions

View file

@ -72,10 +72,11 @@
nixosConfigurations = (dashielib.build_systems [ "marmo" "overheating" "spaceship" ]) // {
server = inputs.stable.lib.nixosSystem {
specialArgs = {
inherit inputs; pkgs = stable;
inherit inputs; pkgs' = stable;
};
modules = [
inputs.sops-nix.nixosModules.sops
(inputs.dashvim.nixosModules.dashvim { inherit pkgs; })
./hardware/server/configuration.nix
];
};