From 665abecc5b3c60e68fa602ddb7ffc244d1471e15 Mon Sep 17 00:00:00 2001 From: Swarsel Date: Sat, 28 Dec 2024 13:45:01 +0100 Subject: [PATCH] chore: return toto to VM --- SwarselSystems.org | 5 +++-- hosts/nixos/toto/default.nix | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/SwarselSystems.org b/SwarselSystems.org index d768808..79bcf2f 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -1832,10 +1832,11 @@ This is a slim setup for developing base configuration. wallpaper = self + /wallpaper/lenovowp.png; isImpermanence = true; isCrypted = true; - isSecureBoot = true; + isSecureBoot = false; isSwap = true; swapSize = "8G"; - rootDisk = "/dev/nvme0n1"; + # rootDisk = "/dev/nvme0n1"; + rootDisk = "/dev/vda"; } sharedOptions; home-manager.users.swarsel.swarselsystems = lib.recursiveUpdate { diff --git a/hosts/nixos/toto/default.nix b/hosts/nixos/toto/default.nix index 00da785..8214916 100644 --- a/hosts/nixos/toto/default.nix +++ b/hosts/nixos/toto/default.nix @@ -76,10 +76,11 @@ in wallpaper = self + /wallpaper/lenovowp.png; isImpermanence = true; isCrypted = true; - isSecureBoot = true; + isSecureBoot = false; isSwap = true; swapSize = "8G"; - rootDisk = "/dev/nvme0n1"; + # rootDisk = "/dev/nvme0n1"; + rootDisk = "/dev/vda"; } sharedOptions;