1
0
Fork 0

move atuin from nixpkgs to its flake

This commit is contained in:
cătălin 2026-03-26 12:04:43 +01:00
commit ab80a0d257
No known key found for this signature in database
7 changed files with 166 additions and 238 deletions

View file

@ -12,6 +12,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "nfs" ];
fileSystems."/" =
{ device = "/dev/mapper/luks-0e11cc3f-cf15-42a3-8356-12780ac991f6";
@ -21,16 +22,21 @@
boot.initrd.luks.devices."luks-0e11cc3f-cf15-42a3-8356-12780ac991f6".device = "/dev/disk/by-uuid/0e11cc3f-cf15-42a3-8356-12780ac991f6";
fileSystems."/mnt/zeruel/nas1" =
{ device = "zeruel.fuku:/mnt/pool1/nas1";
{ device = "zeruel.fuku:/mnt/pool1/nas1/";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ];
options = [ "x-systemd.automount" ];
};
fileSystems."/mnt/zeruel/vods" =
{ device = "zeruel.fuku:/mnt/vods";
fsType = "nfs";
options = [ "x-systemd.automount" ];
};
fileSystems."/mnt/windoze" =
{ device = "/dev/disk/by-uuid/46B01460B01458AF";
fsType = "ntfs-3g";
options = [ "rw" "uid=1000"];
options = [ "rw" "uid=1000" "x-gvfs-show"];
};
fileSystems."/boot" =
@ -42,7 +48,7 @@
fileSystems."/mnt/windoze2" =
{ device = "/dev/disk/by-uuid/6084BE5384BE2B82";
fsType = "ntfs-3g";
options = [ "rw" "uid=1000"];
options = [ "rw" "uid=1000" "x-gvfs-show"];
};
swapDevices =