massicot: add vaultwarden server

This commit is contained in:
xinyangli 2023-12-17 14:55:53 +08:00
parent 0b772880b5
commit 079ece082a
4 changed files with 56 additions and 2 deletions

View file

@ -85,11 +85,12 @@
};
massicot = { name, nodes, pkgs, ... }: with inputs; {
deployment.targetHost = "***REMOVED***";
deployment.targetUser = "root";
deployment.targetHost = "49.13.13.122";
deployment.targetUser = "xin";
imports = [
{ nixpkgs.system = "aarch64-linux"; }
self.nixosModules.default
machines/massicot
];
};