workstation
This commit is contained in:
parent
229457bd1f
commit
e16eff0a28
|
@ -38,7 +38,7 @@
|
|||
# enable unfree
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# Network
|
||||
networking.hostName = "nixos-work";
|
||||
networking.hostName = "work";
|
||||
services.tailscale.enable = true;
|
||||
networking.networkmanager.enable = true;
|
||||
networking.hostId = "8425e349";
|
||||
|
@ -107,7 +107,7 @@
|
|||
firefox ncpamixer starship discord fastfetch
|
||||
];
|
||||
};
|
||||
programs.bash.blesh.enable = true;
|
||||
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
|
|
Loading…
Reference in a new issue