This commit is contained in:
iFargle 2023-10-04 21:45:59 +09:00
parent 5f8909e3ca
commit 914982bbd6
2 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,6 @@
{
boot.loader.grub.device = "/dev/vda";
boot.initrd.luks.devices."vda2".device = "/dev/vda2";
disko.devices = {
disk = {
vda = {

View file

@ -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