reorganise code: os modules in flake.nix
Some checks failed
/ build-all (push) Failing after 57s

This commit is contained in:
ant 2026-03-10 21:36:23 +01:00
parent 38751363d4
commit 632061ac61
5 changed files with 45 additions and 53 deletions

View file

@ -1,20 +1,5 @@
{ config, pkgs, ... }:
let sshKeys = with (import ../../sshKeys.nix); [
moon
];
in
{
imports = [
./hardware-configuration.nix
../common.nix
../common-graphics.nix
(import ../remote-disk-unlock.nix ["igb"] sshKeys)
../builder.nix
../kdeconnect-ports.nix
(import ../swapfile.nix 64)
../ccache.nix
];
boot.loader = {
grub = {
enable = true;