screen capture no longer working
This commit is contained in:
@@ -18,7 +18,6 @@ in {
|
||||
../common/nixos-wayland.nix
|
||||
];
|
||||
|
||||
services.tailscale.enable = true;
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
networking.hostName = "te";
|
||||
@@ -308,7 +307,10 @@ in {
|
||||
############### disk config
|
||||
# the flash drive in use for te
|
||||
#disko.devices.disk.root.device = "/dev/disk/by-id/usb-Generic_Flash_Disk_FF830E8F-0:0";
|
||||
disko.devices.disk.root.device = "/dev/disk/by-id/ata-KBG40ZNV512G_KIOXIA_70GPGA85QBV1";
|
||||
#disko.devices.disk.root.device = "/dev/disk/by-id/ata-KBG40ZNV512G_KIOXIA_70GPGA85QBV1";
|
||||
|
||||
# the 500G ssd previously in fusu
|
||||
disko.devices.disk.root.device = "/dev/disk/by-id/ata-WDC_PC_SN520_SDAPNUW-256G-1006_190399802515";
|
||||
disko.devices = {
|
||||
disk = {
|
||||
root = {
|
||||
@@ -334,7 +336,7 @@ in {
|
||||
};
|
||||
|
||||
root = {
|
||||
size = "240G";
|
||||
size = "100G";
|
||||
content = {
|
||||
# LUKS passphrase will be prompted interactively only
|
||||
type = "luks";
|
||||
|
||||
Reference in New Issue
Block a user