mob next [ci-skip] [ci skip] [skip ci]
lastFile:inventories/personal-computer.nix
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user