Test
This commit is contained in:
parent
5f8909e3ca
commit
914982bbd6
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
boot.initrd.luks.devices."vda2".device = "/dev/vda2";
|
||||
disko.devices = {
|
||||
disk = {
|
||||
vda = {
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, platform, theme, ... }: {
|
||||
imports = [
|
||||
# Modules
|
||||
inputs.disko.nixosModules.disko
|
||||
|
||||
# Services
|
||||
./common/services/openssh.nix
|
||||
./common/services/fail2ban.nix
|
||||
|
|
Loading…
Reference in a new issue