temp
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ ... }:
|
||||
let
|
||||
rootDisk = "/dev/mmcblk0";
|
||||
rootDisk = "/dev/nvme0n1";
|
||||
in
|
||||
{
|
||||
disko.devices.disk.main.imageSize = "32G";
|
||||
disko.devices.disk.main.imageSize = "15G";
|
||||
disko.devices = {
|
||||
nodev."/" = {
|
||||
fsType = "tmpfs";
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
java.enable = lib.mkDefault true;
|
||||
mangohud.enable = lib.mkDefault true;
|
||||
password-store.enable = true;
|
||||
tmux.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user