summaryrefslogtreecommitdiff
path: root/machines/picast/default.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-05-18 05:54:58 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2025-05-18 05:54:58 -0600
commit7d7f5905769c488d2129b2ec0ade6451f0765d84 (patch)
tree6fada6c454007e1d2072c452391fbbdc23e36a5f /machines/picast/default.nix
parentbdab6795e4d3d881aef2b0ead2e2cdf323b76ef9 (diff)
finally got nixos-generators to work
Diffstat (limited to 'machines/picast/default.nix')
-rw-r--r--machines/picast/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/machines/picast/default.nix b/machines/picast/default.nix
index e99a15b..bf0beac 100644
--- a/machines/picast/default.nix
+++ b/machines/picast/default.nix
@@ -12,7 +12,7 @@
../../modules/nixos/nix-common.nix
../../modules/nixos/environment.nix
../../modules/nixos/tailscale.nix
- ../../modules/nixos/cgit.nix
+ # ../../modules/nixos/cgit.nix
../../modules/nixos/system-packages.nix
../../modules/users/defin.nix
../../modules/users/root.nix
@@ -23,13 +23,13 @@
# Enables the generation of /boot/extlinux/extlinux.conf
boot.loader.generic-extlinux-compatible.enable = true;
- # networking.hostName = "nixos"; # Define your hostname.
+ networking.hostName = "picast"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# Set your time zone.
- # time.timeZone = "Europe/Amsterdam";
+ time.timeZone = "America/Denver";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
@@ -70,7 +70,7 @@
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
- # programs.mtr.enable = true;
+ programs.mtr.enable = true;
# programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
@@ -106,7 +106,7 @@
# and migrated your data accordingly.
#
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
- system.stateVersion = "24.05"; # Did you read the comment?
+ system.stateVersion = "24.11"; # Did you read the comment?
}