mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
catullus: fix space issues; fix urlwatch
This commit is contained in:
@@ -77,6 +77,12 @@ in {
|
||||
<configs/traadfri.nix>
|
||||
<modules/retiolum.nix>
|
||||
<modules/telegram-bot.nix>
|
||||
{
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
writeDash = pkgs.writers.writeDash;
|
||||
writeDashBin = pkgs.writers.writeDashBin;
|
||||
};
|
||||
}
|
||||
{
|
||||
environment.systemPackages = [ pkgs.wtf ];
|
||||
|
||||
@@ -87,7 +93,7 @@ in {
|
||||
};
|
||||
}
|
||||
{
|
||||
imports = [ <stockholm/krebs/3modules/urlwatch> ];
|
||||
imports = [ <stockholm/krebs/3modules/urlwatch.nix> ];
|
||||
|
||||
krebs.urlwatch = {
|
||||
enable = true;
|
||||
|
||||
@@ -4,10 +4,6 @@
|
||||
boot.kernelParams = [ "cma=32M" ];
|
||||
|
||||
fileSystems = {
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-label/NIXOS_BOOT";
|
||||
fsType = "vfat";
|
||||
};
|
||||
"/" = {
|
||||
device = "/dev/disk/by-label/NIXOS_SD";
|
||||
fsType = "ext4";
|
||||
|
||||
Reference in New Issue
Block a user