Skip to content

Commit

Permalink
chore: return toto to VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Dec 28, 2024
1 parent 2e15d7e commit 665abec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 3 additions & 2 deletions hosts/nixos/toto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 665abec

Please sign in to comment.