This commit is contained in:
mjallen18
2026-02-03 10:20:56 -06:00
parent f856076452
commit aa7fc9c228
8 changed files with 18 additions and 16 deletions

View File

@@ -26,7 +26,7 @@
};
casks = [
"aldente"
"bartender"
# "bartender"
"betterdisplay"
"chromium"
"discord"
@@ -34,6 +34,7 @@
"gstreamer-runtime"
"iterm2"
"jagex"
"jordanbaird-ice"
"kitty"
"minecraft"
"omnissa-horizon-client"

View File

@@ -95,4 +95,5 @@
isSystemUser = true;
isNormalUser = false;
};
fileSystems."/etc".neededForBoot = true;
}

View File

@@ -135,6 +135,7 @@
# ###################################################
boot.supportedFilesystems = [ "bcachefs" ];
fileSystems."/etc".neededForBoot = true;
fileSystems."/data" = {
device = "/dev/disk/by-uuid/a85420cc-a026-4100-80d2-a999081d792a";
fsType = "bcachefs";

View File

@@ -4,8 +4,6 @@
...
}:
{
fileSystems."/etc".neededForBoot = true;
# imports = [ ./hardware-configuration.nix ];
${namespace} = {
# ###################################################
@@ -123,5 +121,6 @@
# ###################################################
boot.kernelPackages = pkgs.${namespace}.linuxPackages_cachyos-server-lto;
fileSystems."/etc".neededForBoot = true;
}