feat: override continuwuity package

This commit is contained in:
Katharina Heidenreich 2026-04-05 16:43:09 +02:00
parent 84bb31214c
commit 1a3d1f1fdd
4 changed files with 39 additions and 2 deletions

View file

@ -9,6 +9,7 @@
timeZone = "Europe/Berlin";
defaultLocale = "en_US.UTF-8";
storageConfig = import ./config/storage.nix;
storageModel = import ./intermediate/storage.nix;
in {
imports = [
@ -21,6 +22,13 @@ in {
fileSystems = storageModel.fileSystems;
swapDevices = [
{
device = "${storageConfig.ssd.path}/swapfile";
size = 8192;
}
];
networking.hostName = "raspberry";
environment.systemPackages = with pkgs; [