Skip to content

Update flake.lock #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions flake/hosts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let
nixosSuites = with nixosProfiles; rec {
# base should not require sops
base = [
config.bbr
config.bootloader
config.home-manager
config.persistent-common
Expand Down Expand Up @@ -116,7 +117,7 @@ let
suites.base
++ suites.domestic
++ (with profiles; [
config.bbr
config.no-nixos-doc
services.aria2
services.atticd
services.acme-dns
Expand Down Expand Up @@ -171,7 +172,7 @@ let
suites.base
++ suites.domestic
++ (with profiles; [
config.bbr
config.no-nixos-doc
services.node-exporter
services.vector
system.kernel.qemu-guest
Expand Down Expand Up @@ -223,7 +224,7 @@ let
imports =
suites.base
++ (with profiles; [
config.bbr
config.no-nixos-doc
services.headscale-global
services.nginx
services.node-exporter
Expand Down Expand Up @@ -257,7 +258,6 @@ let
++ suites.desktop
++ suites.domestic
++ (with profiles; [
config.bbr
system.systemd-boot
services.minecraft
services.nginx
Expand Down Expand Up @@ -298,7 +298,6 @@ let
++ suites.desktop
++ suites.domestic
++ (with profiles; [
config.bbr
services.power-profiles-daemon
services.vector
system.systemd-boot
Expand Down Expand Up @@ -334,7 +333,7 @@ let
++ suites.base
++ suites.domestic
++ (with profiles; [
config.bbr
config.no-nixos-doc
services.node-exporter
services.vector
]);
Expand Down
1 change: 1 addition & 0 deletions home-manager/profiles/programs/nix-dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
nixfmt-rfc-style
nvd
vulnix
nix-tree
];
}
3 changes: 3 additions & 0 deletions nixos/profiles/config/no-nixos-doc.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
documentation.nixos.enable = false;
}