From 587114e6424654431cac13e2044f3bf800cf95c9 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Mon, 9 Jun 2025 10:28:51 +0100 Subject: [PATCH] zed editor --- home/common/programs/dev.nix | 1 + hosts/arrakis/default.nix | 1 + hosts/desktop/default.nix | 1 + hosts/desktop/hardware-configuration.nix | 7 +++++-- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/home/common/programs/dev.nix b/home/common/programs/dev.nix index a2435b5..69a5b47 100644 --- a/home/common/programs/dev.nix +++ b/home/common/programs/dev.nix @@ -20,5 +20,6 @@ inotify-tools devenv # bruno + zed-editor ]; } diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 77d317d..ca42098 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -42,6 +42,7 @@ "input" "wheel" "docker" + "dialout" ]; shell = pkgs.zsh; initialHashedPassword = "$y$j9T$uRTzF/sBdrqVGZTRhPuR00$wgLgEGlq.lEmlCPiy69jkbtfC9HKpyaVPDHDdBGtE5D"; diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index ec8e9de..9b72232 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -40,6 +40,7 @@ "input" "wheel" "docker" + "dialout" ]; shell = pkgs.zsh; initialHashedPassword = "$y$j9T$uRTzF/sBdrqVGZTRhPuR00$wgLgEGlq.lEmlCPiy69jkbtfC9HKpyaVPDHDdBGtE5D"; diff --git a/hosts/desktop/hardware-configuration.nix b/hosts/desktop/hardware-configuration.nix index 0d25c6e..b78254b 100644 --- a/hosts/desktop/hardware-configuration.nix +++ b/hosts/desktop/hardware-configuration.nix @@ -20,6 +20,7 @@ "ahci" "nvme" "thunderbolt" + "virtio-pci" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; @@ -31,8 +32,10 @@ }; boot.initrd.luks.devices = { - "luks-51347cdc-de81-4132-b21c-f1d089e387eb".device = "/dev/disk/by-uuid/51347cdc-de81-4132-b21c-f1d089e387eb"; - "luks-9ffb64c6-54c2-46f2-9df5-e42c33a52d1a".device = "/dev/disk/by-uuid/9ffb64c6-54c2-46f2-9df5-e42c33a52d1a"; + "luks-51347cdc-de81-4132-b21c-f1d089e387eb".device = + "/dev/disk/by-uuid/51347cdc-de81-4132-b21c-f1d089e387eb"; + "luks-9ffb64c6-54c2-46f2-9df5-e42c33a52d1a".device = + "/dev/disk/by-uuid/9ffb64c6-54c2-46f2-9df5-e42c33a52d1a"; }; fileSystems."/boot" = {