No description
Find a file
2025-01-12 19:16:13 +08:00
hosts Update NixOS config. 2025-01-05 11:53:53 +08:00
nixosModules Update NixOS config. 2025-01-05 11:56:09 +08:00
flake.lock Update NixOS config. 2025-01-05 08:24:47 +08:00
flake.nix Update NixOS config. 2025-01-05 11:56:09 +08:00
flatpak-install.sh putting bluenix on this system 2024-11-12 20:56:36 +08:00
home.nix Update NixOS config. 2024-12-31 13:01:05 +08:00
nix-upgrade.sh Update NixOS config. 2024-12-14 09:19:38 +08:00
pull.sh Update NixOS config. 2024-11-22 15:25:35 +08:00
README.md Update NixOS config. 2025-01-12 19:16:13 +08:00
rebuild.sh Update NixOS config. 2024-11-22 15:57:45 +08:00
temp-non-declarative-stuff.txt Update NixOS config. 2024-12-22 10:54:07 +08:00
update.sh Update NixOS config. 2024-11-20 20:19:04 +08:00

My NixOS Flake Config

My NixOS repo with that has the configs for 2 of my NixOS machines.

NOTE: Archived.

I don't use this anymore. It got too complicated with multiple machines.

Structure of NixOS Config

├── flake.lock
├── flake.nix
├── flatpak-install.sh
├── home.nix
├── hosts
│   ├── aspirenix
│   │   ├── configuration.nix
│   │   └── hardware-configuration.nix
│   ├── bluenix
│   │   ├── configuration.nix
│   │   └── hardware-configuration.nix
│   └── greynix
│       ├── configuration.nix
│       └── hardware-configuration.nix
├── nixosModules
│   ├── base.nix
│   ├── docker.nix
│   ├── fonts.nix
│   ├── gnome.nix
│   ├── module-docker.nix
│   ├── module-modules.nix
│   └── systemd.nix
├── nix-upgrade.sh
├── pull.sh
├── README.md
├── rebuild.sh
├── temp-non-declarative-stuff.txt
└── update.sh