zed editor
This commit is contained in:
@@ -20,5 +20,6 @@
|
||||
inotify-tools
|
||||
devenv
|
||||
# bruno
|
||||
zed-editor
|
||||
];
|
||||
}
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"input"
|
||||
"wheel"
|
||||
"docker"
|
||||
"dialout"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
initialHashedPassword = "$y$j9T$uRTzF/sBdrqVGZTRhPuR00$wgLgEGlq.lEmlCPiy69jkbtfC9HKpyaVPDHDdBGtE5D";
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"input"
|
||||
"wheel"
|
||||
"docker"
|
||||
"dialout"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
initialHashedPassword = "$y$j9T$uRTzF/sBdrqVGZTRhPuR00$wgLgEGlq.lEmlCPiy69jkbtfC9HKpyaVPDHDdBGtE5D";
|
||||
|
||||
@@ -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" = {
|
||||
|
||||
Reference in New Issue
Block a user