massicot: add vaultwarden server
This commit is contained in:
parent
0b772880b5
commit
079ece082a
4 changed files with 56 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue