summaryrefslogtreecommitdiff
path: root/sif.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-05-28 21:34:49 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2020-05-28 21:34:49 +0200
commit7e6f17a1ce68426ae0e3a7ce1fc50092f2c1d4fa (patch)
tree220ce7aa5d48bfe69abb0f4356f8007b49d5ebe1 /sif.nix
parent3e9aeea664d004be1e0043bdbf70d818432efbf5 (diff)
downloadnixos-7e6f17a1ce68426ae0e3a7ce1fc50092f2c1d4fa.tar
nixos-7e6f17a1ce68426ae0e3a7ce1fc50092f2c1d4fa.tar.gz
nixos-7e6f17a1ce68426ae0e3a7ce1fc50092f2c1d4fa.tar.bz2
nixos-7e6f17a1ce68426ae0e3a7ce1fc50092f2c1d4fa.tar.xz
nixos-7e6f17a1ce68426ae0e3a7ce1fc50092f2c1d4fa.zip
quickserve on sif
Diffstat (limited to 'sif.nix')
-rw-r--r--sif.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index 24fc3055..1b09f218 100644
--- a/sif.nix
+++ b/sif.nix
@@ -29,6 +29,7 @@
29 firewall = { 29 firewall = {
30 enable = true; 30 enable = true;
31 allowedTCPPorts = [ 22 # ssh 31 allowedTCPPorts = [ 22 # ssh
32 8000 # quickserve
32 ]; 33 ];
33 }; 34 };
34 35
@@ -52,6 +53,7 @@
52 nvtop 53 nvtop
53 brightnessctl 54 brightnessctl
54 pcsctools 55 pcsctools
56 quickserve
55 ]; 57 ];
56 58
57 nixpkgs.config = { 59 nixpkgs.config = {