From 9bf2dbdef9d922e47bfeee87ba8d88ff96920a83 Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 19 May 2017 00:24:52 +0200 Subject: lib/types: add managed bool to host type --- lib/types.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/types.nix b/lib/types.nix index 30de5e1..530cd1e 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -31,6 +31,13 @@ rec { default = null; }; + managed = mkOption { + description = '' + If true, then the host's configuration is defined in stockholm. + ''; + type = bool; + }; + owner = mkOption { type = user; }; -- cgit v1.2.3 From d04a460f00c8c2d5e329873d6832a2a631046d38 Mon Sep 17 00:00:00 2001 From: nin Date: Tue, 23 May 2017 22:45:52 +0200 Subject: n 2: change search-domain to r --- nin/2configs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nin/2configs/default.nix b/nin/2configs/default.nix index a1ed76d..cb02521 100644 --- a/nin/2configs/default.nix +++ b/nin/2configs/default.nix @@ -59,7 +59,7 @@ with import ; krebs = { enable = true; - search-domain = "retiolum"; + search-domain = "r"; build = { user = config.krebs.users.nin; source = let inherit (config.krebs.build) host; in { -- cgit v1.2.3 From ee5fdf7a55b517afcf9cdc1223a4d212592ab9a2 Mon Sep 17 00:00:00 2001 From: nin Date: Tue, 23 May 2017 22:51:09 +0200 Subject: n 2 nixpkgs: 5b0c9d4 -> 0afb6d7 --- nin/2configs/nixpkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nin/2configs/nixpkgs.nix b/nin/2configs/nixpkgs.nix index 9c3eaff..14ddb79 100644 --- a/nin/2configs/nixpkgs.nix +++ b/nin/2configs/nixpkgs.nix @@ -3,6 +3,6 @@ { krebs.build.source.nixpkgs.git = { url = https://github.com/nixos/nixpkgs; - ref = "5b0c9d4"; + ref = "0afb6d7"; }; } -- cgit v1.2.3