feat: added midnight miner

This commit is contained in:
Nick 2025-11-13 18:56:52 -06:00
parent f2a69dcd0e
commit 009ad1223a
4 changed files with 14 additions and 35 deletions

View file

@ -14,19 +14,18 @@ in
{
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/c9a82c93-1da4-4cd1-a1fa-26483271a2bb";
device = "/dev/disk/by-uuid/1c4d207a-e055-406c-ba9b-7b2cf48c87f2";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/71CA-765A";
device = "/dev/disk/by-uuid/DFCA-22A5";
fsType = "vfat";
options = phobos.boot.options;
};
};
swapDevices = [
{ device = "/dev/disk/by-uuid/74007bf1-6e2f-425e-99fa-d35990f4ea37"; }
];
# swapDevices = [
# { device = "/dev/disk/by-uuid/74007bf1-6e2f-425e-99fa-d35990f4ea37"; }
# ];
systemd.tmpfiles.rules = [
"Z ${config.home-manager.users.${user0}.home.homeDirectory} 0755 ${user0} users -"