readd installer #178

Closed
DarkKirb wants to merge 4 commits from readd-installer into main
Showing only changes of commit 715647978c - Show all commits

View file

@ -10,14 +10,15 @@
networking.wireguard.interfaces."wg0".ips = [ networking.wireguard.interfaces."wg0".ips = [
"fd0d:a262:1fa6:e621:6ec2:1e4e:ce7f:d2af/64" "fd0d:a262:1fa6:e621:6ec2:1e4e:ce7f:d2af/64"
]; ];
boot.supportedFilesystems = ["zfs"]; boot.supportedFilesystems = ["zfs" "bcachefs"];
system.packages = with pkgs; ["bcachefs-tools"];
networking.hostId = "8425e349"; networking.hostId = "8425e349";
# Oldest system I have is skylake-based # Oldest system I have is skylake-based
/* /*
nixpkgs.localSystem = { nixpkgs.localSystem = {
gcc.arch = "skylake"; gcc.arch = "skylake";
gcc.tune = "skylake"; gcc.tune = "skylake";
system = "x86_64-linux"; system = "x86_64-linux";
}; };
*/ */
} }