Add config for nextcloud host
This commit is contained in:
parent
cf50402203
commit
cae86e2cf2
1 changed files with 17 additions and 0 deletions
17
machine-confs/nextcloud.nix
Normal file
17
machine-confs/nextcloud.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
networking.hostName = "nextcloud";
|
||||
|
||||
imports = [
|
||||
../base.nix
|
||||
../nextcloud.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