hosts/satori: generic updates

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-07-12 01:14:09 +05:30
parent 81c072b34f
commit c7c5dfd651
3 changed files with 9 additions and 3 deletions

View File

@@ -10,7 +10,13 @@
allowedUDPPorts = [ 22 17840 18172 ];
};
interfaces = {
enp7s0.useDHCP = true;
enp7s0 = {
useDHCP = true;
ipv4.addresses = [{
prefixLength = 24;
address = "192.168.0.109";
}];
};
wlp0s20f3 = {
useDHCP = true;
ipv4.addresses = [{

View File

@@ -8,7 +8,7 @@
enable = true;
permitRootLogin = "yes";
};
ratbagd.enable = true;
btrfs.autoScrub.enable = true;
udev.extraRules = ''
ACTION=="add|change", KERNEL=="sda", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="bfq"

View File

@@ -37,7 +37,7 @@
presence-nvim
nvim-web-devicons
nvim-tree-lua
nvim-treesitter
(nvim-treesitter.withPlugins (plugins: pkgs.unstable.tree-sitter.allGrammars))
vim-latex-live-preview
lspkind-nvim
base16-vim