updated disko config

This commit is contained in:
2026-07-15 09:59:37 +10:00
parent 2fb6b1de00
commit 3797c8885e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ docker = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
inputs.disko.nixosModules.disko
./hosts/linode/configuration.nix
./hosts/linode-minimal/configuration.nix
./modules/hardware-configuration/vm/linode.nix
home-manager.nixosModules.home-manager {
+2 -2
View File
@@ -7,7 +7,7 @@
device = "/dev/sda";
content = {
# type = "gpt";
type = "gpt";
partitions = {
root = {
@@ -33,7 +33,7 @@
device = "/dev/sdb";
content = {
# type = "gpt";
type = "gpt";
partitions = {
swap = {