My dotfiles for my nixos machines and infra
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename home-server -> homelab

MrSnowy 45388606 82821bcc

+3 -3
+1 -1
default.nix
··· 59 59 }; 60 60 61 61 modules = [ 62 - ./hosts/home-server/default.nix 62 + ./hosts/homelab/default.nix 63 63 ]; 64 64 }; 65 65
+1 -1
hosts/desktop/default.nix
··· 1 1 { 2 2 args, 3 3 pkgs, 4 - repos, 4 + # repos, 5 5 ... 6 6 }: 7 7 {
hosts/home-server/default.nix hosts/homelab/default.nix
hosts/home-server/home-manager/apps/fish.nix hosts/homelab/home-manager/apps/fish.nix
hosts/home-server/home-manager/user.nix hosts/homelab/home-manager/user.nix
hosts/home-server/justfile hosts/homelab/justfile
hosts/home-server/ports.nix hosts/homelab/ports.nix
hosts/home-server/system/configuration.nix hosts/homelab/system/configuration.nix
hosts/home-server/system/hardware-configuration.nix hosts/homelab/system/hardware-configuration.nix
hosts/home-server/system/network.nix hosts/homelab/system/network.nix
hosts/home-server/system/services.nix hosts/homelab/system/services.nix
+1 -1
readme.md
··· 3 3 This repo contains the following devices: 4 4 - desktop -> This is my desktop called snowflake. 5 5 - server -> This is my vps called snow-den. 6 - - home-server -> This is my homelab called snowlab. 6 + - homelab -> This is my homelab called snowlab. 7 7 8 8 I use npins for dependency pinning and I have a justfile with recipies for deploying.