summary refs log tree commit diff stats
path: root/satoshipad.nix
diff options
context:
space:
mode:
authorAlan Pearce2017-09-22 13:31:10 +0200
committerAlan Pearce2017-09-22 13:31:21 +0200
commit375725cc27d35349cd2d4d2dcab87ee43de065ef (patch)
tree761e71993167cf92ed78ee666deb172ebe1ba014 /satoshipad.nix
parent64ed5e8642a2ea66937e328d5ce9bc22b38055ff (diff)
downloadnixfiles-375725cc27d35349cd2d4d2dcab87ee43de065ef.tar.lz
nixfiles-375725cc27d35349cd2d4d2dcab87ee43de065ef.tar.zst
nixfiles-375725cc27d35349cd2d4d2dcab87ee43de065ef.zip
Add hostname to /etc/hosts
Diffstat (limited to 'satoshipad.nix')
-rw-r--r--satoshipad.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/satoshipad.nix b/satoshipad.nix
index d4d0bc2c..6393c497 100644
--- a/satoshipad.nix
+++ b/satoshipad.nix
@@ -3,6 +3,7 @@
 {
   imports = [
     ./hardware-configuration.nix
+    ./modules/base.nix
     ./modules/grub2.nix
     ./modules/laptop.nix
     ./modules/thinkpad.nix