summaryrefslogtreecommitdiffstats
path: root/nin/1systems/onondaga
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-11-10 19:52:37 +0100
committertv <tv@krebsco.de>2018-11-10 19:52:37 +0100
commit3dceaf1447d0ca913f02167af5d964b7f5c0bf91 (patch)
tree8886293f1333c5bd6ff700dedd83c86b6bbafad0 /nin/1systems/onondaga
parent7bdef6e608165dd80b0a29f6da6391565b3f28f5 (diff)
parentf10ed24e2ef5fb022d39ad6adcdd83b67761d0d7 (diff)
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'nin/1systems/onondaga')
-rw-r--r--nin/1systems/onondaga/config.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/nin/1systems/onondaga/config.nix b/nin/1systems/onondaga/config.nix
deleted file mode 100644
index 3cd0773..0000000
--- a/nin/1systems/onondaga/config.nix
+++ /dev/null
@@ -1,23 +0,0 @@
-# Edit this configuration file to define what should be installed on
-# your system. Help is available in the configuration.nix(5) man page
-# and in the NixOS manual (accessible by running ‘nixos-help’).
-
-{ config, lib, pkgs, ... }:
-
-{
- imports = [
- <stockholm/nin>
- <stockholm/nin/2configs/retiolum.nix>
- <stockholm/nin/2configs/weechat.nix>
- <stockholm/nin/2configs/git.nix>
- ];
-
- krebs.build.host = config.krebs.hosts.onondaga;
-
- boot.isContainer = true;
- networking.useDHCP = false;
-
- time.timeZone = "Europe/Amsterdam";
-
- services.openssh.enable = true;
-}