Minor fixes

This commit is contained in:
Sam 2024-07-05 18:59:10 +01:00
parent 052c941e81
commit 7df7970414
1 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,9 @@
let
# Disko setup
fsType = "btrfs"; # one of ext4 or btrfs. Use btrfs if using impermanence
dev = "/dev/disk/by-id/ata-QEMU_HARDDISK_QM00005"; # depends on target hardware
dev = "/dev/disk/by-id/ata-QEMU_HARDDISK_QM00005";
encrypted = false; # currrently only applies to btrfs
impermanence = false; # currrently only applies to btrfs
impermanence = false;
user = "admin";
in
{
@ -23,7 +23,8 @@ in
# Import optional options
../common/optional/openssh.nix
../common/optional/lxd
../common/optional/docker
../common/optional/docker/postgres.nix
];