mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
test: vaultwarden microVM
This commit is contained in:
parent
e90d05f83d
commit
7ba592c0c5
43 changed files with 4005 additions and 267 deletions
12
example/host.nix
Executable file
12
example/host.nix
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
# TODO: remove this file after 2024
|
||||
|
||||
{ lib, ... }:
|
||||
|
||||
lib.warn
|
||||
''
|
||||
microvm.nix/nixos-modules/host.nix has moved to
|
||||
microvm.nix/nixos-modules/host -- please update.
|
||||
''
|
||||
{
|
||||
imports = [ ./host ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue