chore: flake update
This commit is contained in:
@@ -53,7 +53,7 @@ in {
|
||||
name = m3ta-chiron
|
||||
email = m3ta-chiron@agentmail.to
|
||||
[init]
|
||||
defaultBranch = main
|
||||
defaultBranch = master
|
||||
''}"
|
||||
];
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.supportedFilesystems = ["zfs"];
|
||||
boot.zfs.package = pkgs.zfs_unstable;
|
||||
boot.zfs.forceImportAll = true;
|
||||
boot.zfs.forceImportAll = false;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.kernelModules = ["amdgpu"];
|
||||
|
||||
Reference in New Issue
Block a user