Updates to Flakes and Zeke
Add /dev/sda1 to Zeke Update Flakes Add initial colmena support Add colmena to shells Update kubernetes pins
This commit is contained in:
+4
-1
@@ -5,7 +5,10 @@
|
||||
boot = {
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
supportedFilesystems = [ "ntfs" ];
|
||||
supportedFilesystems = [
|
||||
"ntfs"
|
||||
"btrfs"
|
||||
];
|
||||
loader = {
|
||||
timeout = 15;
|
||||
systemd-boot = {
|
||||
|
||||
Reference in New Issue
Block a user