summaryrefslogtreecommitdiffstats
path: root/nin/1systems
diff options
context:
space:
mode:
authornin <nineinchnade@gmail.com>2017-07-13 23:53:54 +0200
committernin <nineinchnade@gmail.com>2017-07-13 23:53:54 +0200
commit0344772d15b2c2c035a75ab90b29a0862de09d08 (patch)
tree33e952e4d5c2aa637c29f5d871d110bc139e40f5 /nin/1systems
parent4619fbb9c29572ba7fa810f33c13680ea4785eae (diff)
move source config from module system to 1systems/*/source.nix
Diffstat (limited to 'nin/1systems')
-rw-r--r--nin/1systems/hiawatha/config.nix (renamed from nin/1systems/hiawatha.nix)17
-rw-r--r--nin/1systems/hiawatha/source.nix4
-rw-r--r--nin/1systems/onondaga/config.nix (renamed from nin/1systems/onondaga.nix)8
-rw-r--r--nin/1systems/onondaga/source.nix4
4 files changed, 23 insertions, 10 deletions
diff --git a/nin/1systems/hiawatha.nix b/nin/1systems/hiawatha/config.nix
index 12f2718..0e48b41 100644
--- a/nin/1systems/hiawatha.nix
+++ b/nin/1systems/hiawatha/config.nix
@@ -8,13 +8,13 @@ with lib;
{
imports = [
- ../.
+ <stockholm/nin>
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
- ../2configs/copyq.nix
- ../2configs/games.nix
- ../2configs/git.nix
- ../2configs/retiolum.nix
- ../2configs/termite.nix
+ #../2configs/copyq.nix
+ <stockholm/nin/2configs/games.nix>
+ <stockholm/nin/2configs/git.nix>
+ <stockholm/nin/2configs/retiolum.nix>
+ <stockholm/nin/2configs/termite.nix>
];
krebs.build.host = config.krebs.hosts.hiawatha;
@@ -33,6 +33,11 @@ with lib;
fsType = "tmpfs";
};
+ fileSystems."/home" =
+ { device = "/dev/fam/home";
+ };
+
+
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/2f319b08-2560-401d-b53c-2abd28f1a010";
fsType = "ext2";
diff --git a/nin/1systems/hiawatha/source.nix b/nin/1systems/hiawatha/source.nix
new file mode 100644
index 0000000..a4b366b
--- /dev/null
+++ b/nin/1systems/hiawatha/source.nix
@@ -0,0 +1,4 @@
+import <stockholm/nin/source.nix> {
+ name = "hiawatha";
+ secure = true;
+}
diff --git a/nin/1systems/onondaga.nix b/nin/1systems/onondaga/config.nix
index 5768470..242d67c 100644
--- a/nin/1systems/onondaga.nix
+++ b/nin/1systems/onondaga/config.nix
@@ -6,11 +6,11 @@
{
imports = [
- ../.
+ <stockholm/nin>
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
- ../2configs/retiolum.nix
- ../2configs/weechat.nix
- ../2configs/git.nix
+ <stockholm/nin/2configs/retiolum.nix>
+ <stockholm/nin/2configs/weechat.nix>
+ <stockholm/nin/2configs/git.nix>
];
krebs.build.host = config.krebs.hosts.onondaga;
diff --git a/nin/1systems/onondaga/source.nix b/nin/1systems/onondaga/source.nix
new file mode 100644
index 0000000..60d0202
--- /dev/null
+++ b/nin/1systems/onondaga/source.nix
@@ -0,0 +1,4 @@
+import <stockholm/nin/source.nix> {
+ name = "onondaga";
+ secure = true;
+}