1
0
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:
Kierán Meinhardt
2019-07-02 21:23:55 +02:00
parent 68f7b9f015
commit 6d8e617176
2 changed files with 7 additions and 5 deletions

View File

@@ -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;

View File

@@ -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";