mob next [ci-skip] [ci skip] [skip ci]

lastFile:inventories/personal-computer.nix
This commit is contained in:
2026-01-22 15:24:20 +07:00
parent e7e3ad9ad4
commit 475b1465d3
2 changed files with 2 additions and 15 deletions

View File

@@ -24,13 +24,13 @@
}; };
roles.default.machines."rana" = { }; roles.default.machines."rana" = { };
}; };
jenny-home = { chocolate-home = {
module = { module = {
name = "home-user"; name = "home-user";
input = "self"; input = "self";
}; };
roles.default.settings = { roles.default.settings = {
username = "jenny"; username = "chocolate";
kbLayout = "us,th"; kbLayout = "us,th";
kbOptions = "grp:win_space_toggle,grp:alt_shift_toggle"; kbOptions = "grp:win_space_toggle,grp:alt_shift_toggle";
}; };

View File

@@ -70,19 +70,6 @@ in
options.mountpoint = "/"; options.mountpoint = "/";
mountpoint = "/"; mountpoint = "/";
}; };
"root/home" = {
type = "zfs_fs";
options.mountpoint = "/home";
mountpoint = "/home";
};
"root/tmp" = {
type = "zfs_fs";
mountpoint = "/tmp";
options = {
mountpoint = "/tmp";
sync = "disabled";
};
};
}; };
}; };
}; };