move more modules

This commit is contained in:
Vinzenz Schroeter 2025-09-14 14:01:42 +02:00
parent 1f1b901330
commit a208ca4df2
9 changed files with 70 additions and 74 deletions

View file

@ -116,6 +116,10 @@
modules = [
{
networking.hostName = device;
nixpkgs = {
inherit system;
hostPlatform = lib.mkDefault system;
};
system = {
stateVersion = "22.11";
autoUpgrade.flake = "git+https://git.berlin.ccc.de/vinzenz/nixos-configuration.git";
@ -176,6 +180,8 @@
self.nixosModules.gnome
self.nixosModules.modern-desktop
self.nixosModules.nix-ld
self.nixosModules.quiet-boot
self.nixosModules.systemd-boot
home-manager.nixosModules.home-manager
servicepoint-simulator.nixosModules.default