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 = {
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
systemPackages = with pkgs; [ kakoune tmux vim ];
|
||||
# systemPackages = with pkgs; [ kakoune tmux vim ];
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "it_IT.UTF-8";
|
||||
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
# dconf.enable = true;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
|
|
@ -63,11 +63,11 @@ with lib; {
|
|||
# };
|
||||
# bazarr = { enable = true; openFirewall = true; group = "users"; };
|
||||
# blueman.enable = true;
|
||||
dbus.packages = with pkgs; [ dconf ];
|
||||
fail2ban = {
|
||||
enable = true;
|
||||
bantime-increment.enable = true;
|
||||
};
|
||||
# dbus.packages = with pkgs; [ dconf ];
|
||||
# fail2ban = {
|
||||
# enable = true;
|
||||
# bantime-increment.enable = true;
|
||||
# };
|
||||
# gnome.gnome-keyring.enable = true;
|
||||
# gvfs = { enable = true; package = mkForce pkgs.gnome3.gvfs; };
|
||||
# jackett = { enable = true; openFirewall = true; group = "users"; };
|
||||
|
|
|
|||
|
|
@ -212,12 +212,10 @@
|
|||
baldur = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
modules = commonModules ++ [
|
||||
# nixos-hardware.nixosModules.common-cpu-amd
|
||||
# nixos-hardware.nixosModules.common-pc-ssd
|
||||
./baldur/hardware-configuration.nix
|
||||
./baldur/configuration.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