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 = {
|
disko.devices = {
|
||||||
disk = {
|
disk = {
|
||||||
vda = {
|
vda = {
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, platform, theme, ... }: {
|
{ lib, config, pkgs, hostname, stateVersion, username, desktop, gpu, inputs, platform, theme, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
|
# Modules
|
||||||
|
inputs.disko.nixosModules.disko
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
./common/services/openssh.nix
|
./common/services/openssh.nix
|
||||||
./common/services/fail2ban.nix
|
./common/services/fail2ban.nix
|
||||||
|
|
Loading…
Reference in a new issue