stan: add hosts entries, extend user to userBase
This commit is contained in:
parent
a0bcfa7f68
commit
14654384b1
@ -34,6 +34,13 @@ in {
|
|||||||
preDNS.enable = false;
|
preDNS.enable = false;
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "stan";
|
hostName = "stan";
|
||||||
|
|
||||||
|
hosts = {
|
||||||
|
"172.16.30.253" = [ "proxmox-02.vm.calyptix.local" ];
|
||||||
|
"127.0.0.1" = [ "borg.calyptix.dev" "localhost" ];
|
||||||
|
"192.168.122.133" = [ "arst.arst" "vm" ];
|
||||||
|
};
|
||||||
|
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedTCPPorts = [ 22 ];
|
allowedTCPPorts = [ 22 ];
|
||||||
@ -72,7 +79,7 @@ in {
|
|||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
|
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
|
||||||
packages = with pkgs; [ ];
|
packages = with pkgs; [ ];
|
||||||
};
|
} // userBase;
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user