mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: return toto to VM
This commit is contained in:
parent
2e15d7ed3b
commit
665abecc5b
2 changed files with 6 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue