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;
|
wallpaper = self + /wallpaper/lenovowp.png;
|
||||||
isImpermanence = true;
|
isImpermanence = true;
|
||||||
isCrypted = true;
|
isCrypted = true;
|
||||||
isSecureBoot = true;
|
isSecureBoot = false;
|
||||||
isSwap = true;
|
isSwap = true;
|
||||||
swapSize = "8G";
|
swapSize = "8G";
|
||||||
rootDisk = "/dev/nvme0n1";
|
# rootDisk = "/dev/nvme0n1";
|
||||||
|
rootDisk = "/dev/vda";
|
||||||
} sharedOptions;
|
} sharedOptions;
|
||||||
|
|
||||||
home-manager.users.swarsel.swarselsystems = lib.recursiveUpdate {
|
home-manager.users.swarsel.swarselsystems = lib.recursiveUpdate {
|
||||||
|
|
|
||||||
|
|
@ -76,10 +76,11 @@ in
|
||||||
wallpaper = self + /wallpaper/lenovowp.png;
|
wallpaper = self + /wallpaper/lenovowp.png;
|
||||||
isImpermanence = true;
|
isImpermanence = true;
|
||||||
isCrypted = true;
|
isCrypted = true;
|
||||||
isSecureBoot = true;
|
isSecureBoot = false;
|
||||||
isSwap = true;
|
isSwap = true;
|
||||||
swapSize = "8G";
|
swapSize = "8G";
|
||||||
rootDisk = "/dev/nvme0n1";
|
# rootDisk = "/dev/nvme0n1";
|
||||||
|
rootDisk = "/dev/vda";
|
||||||
}
|
}
|
||||||
sharedOptions;
|
sharedOptions;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue