update pc names

This commit is contained in:
Tyler Starr 2025-06-22 21:35:34 -07:00
parent dae673e57d
commit 9dfbfa5769
11 changed files with 39 additions and 1 deletions

View File

@ -0,0 +1,2 @@
# Ariolimax
> WSL image

View File

@ -0,0 +1,2 @@
# Bulwark
> Steam Deck

View File

@ -0,0 +1,2 @@
# Kestrel
> Primary desktop

View File

@ -0,0 +1,2 @@
# Nesario
> Mom's HTPC

View File

@ -0,0 +1,2 @@
# Shivan
> Personal laptop

View File

@ -0,0 +1,23 @@
{ config, pkgs, user, lib, hostname, ... }:
{
# Use performance governor for sweet gaming performance!
powerManagement.cpuFreqGovernor = "performance";
# Set networking options
networking.firewall.checkReversePath = "loose";
networking.firewall.enable = false;
# Modules
modules = {
base-plus.enable = true;
physical.enable = true;
desktop = {
enable = true;
gnome.enable = true;
};
services = {
samba-client.enable = true;
ssh.enable = true;
};
};
}

View File

@ -0,0 +1,2 @@
# Stormwalker
> Home HTPC

View File

@ -0,0 +1,2 @@
# Torus
> Home server

View File

@ -11,6 +11,7 @@ flake contained in `provision` contains nix code for installing and configuring
my various NixOS based machines. See the provision [readme](./provision/readme.md)
for information on initial installation.
# TODO: update managed machines
## Managed Machines
| | Name | Role | Description |
@ -18,5 +19,5 @@ for information on initial installation.
| <img src="./resources/img/ships/kestrel.png" width="100"> | [Kestrel](./provision/hosts/kestrel/) | Primary desktop | Main machine that does it all gaming, programming, 3D modelling, etc. |
| <img src="./resources/img/ships/torus.png" width="100"> | [Torus](./provision/hosts/torus/) | Home server | Primary home server for storage, hosting machine backups, and running services like Jellyfin. |
| <img src="./resources/img/ships/bulwark.png" width="100"> | [Bulwark](./provision/hosts/bulwark/) | Steam Deck | NixOS based Steam Deck that can has my linux niceties and acts like a Steam Deck using the great [Jovian Nixos](https://github.com/Jovian-Experiments/Jovian-NixOS). |
| <img src="./resources/img/ships/shivan.png" width="100"> | [Shivan](./provision/hosts/shivan/) | Personal Laptop | Personal (and very slow) laptop for basic mobile work. |
| <img src="./resources/img/ships/shivan.png" width="100"> | [Shivan](./provision/hosts/shivan/) | Personal laptop | Personal (and very slow) laptop for basic mobile work. |
| <img src="./resources/img/ships/osprey.png" width="100"> | [Osprey](./provision/hosts/osprey/) | Secondary desktop | Secondary desktop used for code development. |