Commit Graph

51 Commits

Author SHA1 Message Date
2cdb98e898 nixos/common: Disable channels
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 53m0s
2024-12-12 12:38:01 +00:00
5783d3a51e Update nixpkgs-stable to 24.11 2024-11-30 17:45:59 +00:00
df7e5953eb Update nixpkgs-unstable (and other inputs)
Some checks failed
CI / Check, build and cache Nix flake (push) Has been cancelled
2024-11-25 23:10:24 +00:00
63d929c8e8 nixos: Include mutable flake in every system
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m41s
Installer / Build installer (push) Successful in 4m20s
2024-07-21 12:37:32 +01:00
477ffca33e nixos/common: Update registry to point to nixpkgs flake 2024-03-25 11:17:30 +00:00
046937de27 Update inputs and add custom NixOS branding
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 34m39s
2023-12-28 17:39:14 +00:00
490413c24b nixos/routing-common: Working DHCP
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 18m48s
2023-12-16 18:50:51 +00:00
373fb45831 nixos: Switch to systemd initrd
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m17s
2023-12-04 23:00:25 +00:00
a1778e0f1e Upgrade nixpkgs and NixOS stable to 23.11
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 26m58s
2023-12-03 15:06:11 +00:00
edb5767770 Add binary cache timeout and fallback
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 14m19s
2023-11-18 00:10:05 +00:00
38e7251300 Set up homes and systems to use cache
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 14m11s
2023-11-17 23:08:28 +00:00
d5a32419eb Add attic 2023-11-13 14:45:13 +01:00
2dbc8b398b Split constants into separate lib file 2023-11-02 13:41:50 +00:00
6044391117 Update inputs (stable -> 23.05) 2023-06-24 16:33:16 +01:00
e5ad65c4e1 nixos/common: Add unzip 2023-05-13 22:19:56 +01:00
c6c6ee4d72 nixos/castle: Add boardie 2023-04-23 23:44:55 +01:00
207697c3b2 nixos: Add borgthin module 2023-02-20 01:43:48 +00:00
d916f5c5da Switch to ragenix over agenix 2023-01-08 18:50:52 +00:00
d01078dc7b nixos: Add Sharry file sharing service 2022-11-20 18:41:49 +00:00
4f6256d08d nixos/common: Make Nix daemon's TMPDIR /nix/tmp 2022-10-06 11:57:12 +01:00
d9b0ba2e6e Remove nix-cache.nul.ie for now 2022-10-06 11:57:06 +01:00
edfe38591b devshell: Use nixos-rebuild instead of calling config directly 2022-09-09 14:11:01 +01:00
64847d5e8e Add initial config for tower 2022-09-08 20:31:44 +01:00
940aa6145f Fix missing key for cache.nixos.org 2022-07-17 02:56:26 +01:00
1b67ac1da0 Add custom Nix cache to Nix configs 2022-07-16 21:04:11 +01:00
8ec6804f80 Slight installer improvements 2022-06-30 00:49:23 +01:00
2998dc7bff nixos/common: Disable command-not-found by default 2022-06-17 22:56:22 +01:00
f744f77732 Fix pkgs ref in home-manager / NixOS registry.json 2022-06-17 22:48:47 +01:00
b886f06ea2 nixos/common: Fix netdata's python.d not working 2022-06-13 02:13:50 +01:00
ed7679c96a nixos/common: Fix Netdata missing systemd units 2022-06-12 20:29:54 +01:00
fa3ebb0319 nixos/common: Monitor systemd units with Netdata 2022-06-12 20:20:28 +01:00
f01fa8f6b1 nixos/common: Add netdata to system when enabled 2022-06-12 17:54:00 +01:00
c0ca7888aa nixos: Add Netdata 2022-06-12 17:27:11 +01:00
6d3fa55a10 nixos/network: Backport systemd-networkd-wait-online@.service from 251 2022-06-06 15:21:37 +01:00
796e1582a3 nixos/common: Add automatic Nix store GC 2022-06-06 13:24:46 +01:00
c841b37f19 Move NixOS and home-manager stable to 22.05 2022-05-28 18:38:03 +01:00
64def7f564 nixos: Tweak networking and prepare for more VMs 2022-05-28 15:34:50 +01:00
98fbbbd1e2 nixos/estuary: Implement recursive DNS 2022-05-23 00:57:25 +01:00
009dec03cf Initial networking VM
Also general improvements around VMs
2022-05-16 00:05:02 +01:00
1a61c9e1b2 Update nixpkgs and home-manager
And fix weird nixpkgs config behaviour
2022-05-07 15:12:29 +01:00
67114c1336 Implement initial containers module 2022-03-26 14:20:54 +00:00
953770f339 Re-enable installer documentation 2022-02-21 01:15:27 +00:00
9d2272b3df Use fish instead of bash as default shell 2022-02-20 23:55:51 +00:00
15b10f22cf Update inputs and disable kmscon 2022-02-20 16:10:57 +00:00
26ab49d91c Modularise NixOS and home-manager configs 2022-02-20 15:59:07 +00:00
17e4feb542 Extract default user to separate module 2022-02-19 23:37:12 +00:00
7537cf4205 Functioning installation 2022-02-19 22:55:53 +00:00
22c878bb69 Fix dev VM networking 2022-02-17 19:14:10 +00:00
778f635542 nixos/modules/firewall: Inherit networking.firewall.allowed*Ports 2022-02-17 17:08:25 +00:00
21ce843a8f Use nixos-unstable nixVersions.stable as nix package 2022-02-17 15:59:00 +00:00