Configure DashVim for server
This commit is contained in:
parent
a5de016eed
commit
eeeb2bd9ed
6 changed files with 17 additions and 23 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue