summaryrefslogtreecommitdiff
path: root/chaski
diff options
context:
space:
mode:
authorstuebinm2023-05-29 02:13:36 +0200
committerstuebinm2023-05-29 02:13:36 +0200
commit6085f86d2a39c5c8d8c8f256fe2650f02e6ff368 (patch)
treeb273e6598e74b3b461415d31aedb95351d674738 /chaski
parent3ccfcfb3dc9562b38141b26aed3bf61e24be4457 (diff)
initial jump to nixos 23.05
Diffstat (limited to 'chaski')
-rw-r--r--chaski/configuration.nix9
-rw-r--r--chaski/services/chat.nix1
-rw-r--r--chaski/services/gtfs.zipbin38165 -> 61958 bytes
3 files changed, 2 insertions, 8 deletions
diff --git a/chaski/configuration.nix b/chaski/configuration.nix
index cbc2e91..c6141fc 100644
--- a/chaski/configuration.nix
+++ b/chaski/configuration.nix
@@ -8,7 +8,7 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
- ./services/uplcg.nix
+ # ./services/uplcg.nix
./services/tracktrain.nix
./services/chat.nix
./services/bahnhof-name.nix
@@ -19,7 +19,6 @@
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
- boot.loader.grub.version = 2;
boot.loader.grub.devices = [ "/dev/sda" ];
networking = {
@@ -44,11 +43,5 @@
firewall.allowedTCPPorts = [ 80 443 ];
};
- services.nix-serve = {
- enable = true;
- openFirewall = true;
- };
-
-
system.stateVersion = "20.09"; # Did you read the comment?
}
diff --git a/chaski/services/chat.nix b/chaski/services/chat.nix
index df3f4bb..6d26ada 100644
--- a/chaski/services/chat.nix
+++ b/chaski/services/chat.nix
@@ -7,6 +7,7 @@
imports = [ inputs.home-manager.nixosModule ];
programs.mosh.enable = true;
+ programs.fish.enable = true;
users.users.chat = {
isNormalUser = true;
home = "/home/chat";
diff --git a/chaski/services/gtfs.zip b/chaski/services/gtfs.zip
index 463603a..e0b8fc3 100644
--- a/chaski/services/gtfs.zip
+++ b/chaski/services/gtfs.zip
Binary files differ