Replaced nixvim with nix-cats external flake.
This commit is contained in:
parent
221524709e
commit
dc1e99a104
44 changed files with 57 additions and 1455 deletions
|
@ -83,7 +83,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
}: {
|
||||
host.details = osConfig.host.details;
|
||||
user = {
|
||||
nvim.enable-lsp = false;
|
||||
git = {
|
||||
profile = {
|
||||
name = config.host.details.fullName;
|
||||
|
@ -95,7 +94,6 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
imports = [
|
||||
../../roles/home-manager/terminal.nix
|
||||
../../configs/home-manager/common.nix
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
};
|
||||
boot = {
|
||||
|
|
|
@ -69,12 +69,12 @@
|
|||
mountpoint = "/storage";
|
||||
};
|
||||
datasets = {
|
||||
database={
|
||||
database = {
|
||||
type = "zfs_fs";
|
||||
options = {
|
||||
mountpoint ="/postgres";
|
||||
mountpoint = "/postgres";
|
||||
recordsize = "8K";
|
||||
primarycache="metadata";
|
||||
primarycache = "metadata";
|
||||
};
|
||||
};
|
||||
backup = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue