Init
This commit is contained in:
commit
be23132d54
13 changed files with 1784 additions and 0 deletions
17
machine-confs/vaultwarden.nix
Normal file
17
machine-confs/vaultwarden.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
networking.hostName = "vaultwarden";
|
||||
|
||||
imports = [
|
||||
/mnt/nixos-conf/base.nix
|
||||
/mnt/nixos-conf/vaultwarden.nix
|
||||
];
|
||||
|
||||
# HARDWARE SPECIFIC
|
||||
|
||||
services.qemuGuest.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue