Temporary simplified baldur
This commit is contained in:
parent
dc59ba64df
commit
fb2c2128d1
2 changed files with 8 additions and 10 deletions
|
|
@ -19,13 +19,13 @@ with lib; {
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
pathsToLink = [ "/share/zsh" ];
|
pathsToLink = [ "/share/zsh" ];
|
||||||
systemPackages = with pkgs; [ kakoune tmux vim ];
|
# systemPackages = with pkgs; [ kakoune tmux vim ];
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.defaultLocale = "it_IT.UTF-8";
|
i18n.defaultLocale = "it_IT.UTF-8";
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true;
|
# dconf.enable = true;
|
||||||
gnupg.agent = {
|
gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
|
|
@ -63,11 +63,11 @@ with lib; {
|
||||||
# };
|
# };
|
||||||
# bazarr = { enable = true; openFirewall = true; group = "users"; };
|
# bazarr = { enable = true; openFirewall = true; group = "users"; };
|
||||||
# blueman.enable = true;
|
# blueman.enable = true;
|
||||||
dbus.packages = with pkgs; [ dconf ];
|
# dbus.packages = with pkgs; [ dconf ];
|
||||||
fail2ban = {
|
# fail2ban = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
bantime-increment.enable = true;
|
# bantime-increment.enable = true;
|
||||||
};
|
# };
|
||||||
# gnome.gnome-keyring.enable = true;
|
# gnome.gnome-keyring.enable = true;
|
||||||
# gvfs = { enable = true; package = mkForce pkgs.gnome3.gvfs; };
|
# gvfs = { enable = true; package = mkForce pkgs.gnome3.gvfs; };
|
||||||
# jackett = { enable = true; openFirewall = true; group = "users"; };
|
# jackett = { enable = true; openFirewall = true; group = "users"; };
|
||||||
|
|
|
||||||
|
|
@ -212,12 +212,10 @@
|
||||||
baldur = nixpkgs.lib.nixosSystem rec {
|
baldur = nixpkgs.lib.nixosSystem rec {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = commonModules ++ [
|
modules = commonModules ++ [
|
||||||
# nixos-hardware.nixosModules.common-cpu-amd
|
|
||||||
# nixos-hardware.nixosModules.common-pc-ssd
|
|
||||||
./baldur/hardware-configuration.nix
|
./baldur/hardware-configuration.nix
|
||||||
./baldur/configuration.nix
|
./baldur/configuration.nix
|
||||||
./nixos_modules/digitalocean.nix
|
./nixos_modules/digitalocean.nix
|
||||||
{ home-manager.users.bertof = import ./baldur/hm.nix; }
|
# { home-manager.users.bertof = import ./baldur/hm.nix; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue