Compare commits

..

2 Commits

Author SHA1 Message Date
Hektor Misplon fc5a3f4eca Fix inputrc path 2025-10-04 23:31:09 +02:00
Hektor Misplon c5d81f1e9e Set up disko zfs encrypted root for 'vm' host 2025-10-04 23:23:47 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
import ../modules/disko.zfs-encrypted-root.nix
import ../../modules/disko.zfs-encrypted-root.nix

View File

@ -6,7 +6,7 @@
home.username = "h";
home.homeDirectory = "/home/h";
home.file.".inputrc".source = ./dots/.inputrc;
home.file.".inputrc".source = ../../dots/.inputrc;
programs.home-manager.enable = true;
}