mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-07-04 09:11:21 -07:00
update pc names
This commit is contained in:
parent
dae673e57d
commit
9dfbfa5769
2
provision/hosts/ariolimax/readme.md
Normal file
2
provision/hosts/ariolimax/readme.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Ariolimax
|
||||||
|
> WSL image
|
2
provision/hosts/bulwark/readme.md
Normal file
2
provision/hosts/bulwark/readme.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Bulwark
|
||||||
|
> Steam Deck
|
2
provision/hosts/kestrel/readme.md
Normal file
2
provision/hosts/kestrel/readme.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Kestrel
|
||||||
|
> Primary desktop
|
2
provision/hosts/nesario/readme.md
Normal file
2
provision/hosts/nesario/readme.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Nesario
|
||||||
|
> Mom's HTPC
|
2
provision/hosts/shivan/readme.md
Normal file
2
provision/hosts/shivan/readme.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Shivan
|
||||||
|
> Personal laptop
|
23
provision/hosts/stormwalker/configuration.nix
Normal file
23
provision/hosts/stormwalker/configuration.nix
Normal 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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
2
provision/hosts/stormwalker/readme.md
Normal file
2
provision/hosts/stormwalker/readme.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Stormwalker
|
||||||
|
> Home HTPC
|
2
provision/hosts/torus/readme.md
Normal file
2
provision/hosts/torus/readme.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Torus
|
||||||
|
> Home server
|
@ -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)
|
my various NixOS based machines. See the provision [readme](./provision/readme.md)
|
||||||
for information on initial installation.
|
for information on initial installation.
|
||||||
|
|
||||||
|
# TODO: update managed machines
|
||||||
## Managed Machines
|
## Managed Machines
|
||||||
|
|
||||||
| | Name | Role | Description |
|
| | 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/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/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/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. |
|
| <img src="./resources/img/ships/osprey.png" width="100"> | [Osprey](./provision/hosts/osprey/) | Secondary desktop | Secondary desktop used for code development. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user