From 0b4d3edff8f3e0e33756355f1b3121cf311bafdb Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 1 Aug 2017 22:32:14 +0200 Subject: tv: boot.tmpOnTmpfs = true --- tv/1systems/nomic/config.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'tv/1systems/nomic/config.nix') diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix index d0144986..64cccde0 100644 --- a/tv/1systems/nomic/config.nix +++ b/tv/1systems/nomic/config.nix @@ -52,9 +52,6 @@ with import ; swapDevices = [ ]; - # TODO base - boot.tmpOnTmpfs = true; - environment.systemPackages = with pkgs; [ (writeDashBin "play" '' set -euf -- cgit v1.2.3 From 9b62b9d74ba298b10823d5b71aa46d6ea46f0e13 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 1 Aug 2017 22:37:41 +0200 Subject: tv systems: normalize head --- tv/1systems/nomic/config.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tv/1systems/nomic/config.nix') diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix index 64cccde0..e9669980 100644 --- a/tv/1systems/nomic/config.nix +++ b/tv/1systems/nomic/config.nix @@ -1,8 +1,6 @@ -{ config, lib, pkgs, ... }: - with import ; +{ config, pkgs, ... }: { -{ krebs.build.host = config.krebs.hosts.nomic; imports = [ -- cgit v1.2.3 From 91e48fae045a8b00239ae65bb027143ef9fcc50c Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 1 Aug 2017 22:47:08 +0200 Subject: tv: drop redundant swapDevices defs --- tv/1systems/nomic/config.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'tv/1systems/nomic/config.nix') diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix index e9669980..996a5e7e 100644 --- a/tv/1systems/nomic/config.nix +++ b/tv/1systems/nomic/config.nix @@ -48,8 +48,6 @@ with import ; fsType = "btrfs"; }; - swapDevices = [ ]; - environment.systemPackages = with pkgs; [ (writeDashBin "play" '' set -euf -- cgit v1.2.3