loki: Add nixos-facter
This commit is contained in:
parent
2713f1578d
commit
4f6e1ab530
4 changed files with 7380 additions and 4 deletions
|
@ -52,8 +52,10 @@ rec {
|
||||||
}
|
}
|
||||||
|
|
||||||
systemConfig
|
systemConfig
|
||||||
inputs.home-manager.nixosModules.home-manager
|
|
||||||
|
|
||||||
|
inputs.nixos-facter-modules.nixosModules.facter
|
||||||
|
|
||||||
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.sops.nixosModules.sops
|
inputs.sops.nixosModules.sops
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -80,6 +80,8 @@
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
facter.reportPath = ./facter.json;
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/42065c7e-d0aa-4de8-a913-014cf59d48ac";
|
device = "/dev/disk/by-uuid/42065c7e-d0aa-4de8-a913-014cf59d48ac";
|
||||||
|
|
7371
machines/loki/facter.json
Normal file
7371
machines/loki/facter.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -77,6 +77,7 @@ in
|
||||||
font-size = 12;
|
font-size = 12;
|
||||||
theme = "catppuccin-mocha";
|
theme = "catppuccin-mocha";
|
||||||
background-opacity = 0.9;
|
background-opacity = 0.9;
|
||||||
|
scrollback-limit = 1024 * 1024 * 100; # 100MiB
|
||||||
keybind = [
|
keybind = [
|
||||||
"ctrl+comma=open_config"
|
"ctrl+comma=open_config"
|
||||||
"ctrl+shift+comma=reload_config"
|
"ctrl+shift+comma=reload_config"
|
||||||
|
@ -107,9 +108,9 @@ in
|
||||||
"ctrl+zero=reset_font_size"
|
"ctrl+zero=reset_font_size"
|
||||||
|
|
||||||
"ctrl+shift+n=new_window"
|
"ctrl+shift+n=new_window"
|
||||||
"ctrl+shift+t=new_tab"
|
"ctrl+shift+t=unbind"
|
||||||
"ctrl+shift+o=new_split:right"
|
"ctrl+shift+o=unbind"
|
||||||
"ctrl+shift+e=new_split:down"
|
"ctrl+shift+e=unbind"
|
||||||
"ctrl+shift+c=copy_to_clipboard"
|
"ctrl+shift+c=copy_to_clipboard"
|
||||||
|
|
||||||
"ctrl+shift+tab=previous_tab"
|
"ctrl+shift+tab=previous_tab"
|
||||||
|
|
Loading…
Add table
Reference in a new issue