My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[thought] remove useless stuff

dish a3be55b0 19799520

+1 -2
+1 -2
hosts/thought/default.nix
··· 1 - { pkgs, system, ... }: 1 + { pkgs, ... }: 2 2 { 3 3 imports = [ 4 4 # Machine-specific configurations. ··· 12 12 ./services/prometheus.nix 13 13 ./services/tailscale.nix 14 14 ]; 15 - nixpkgs.hostPlatform.system = system; 16 15 py = { 17 16 profiles.server.enable = true; 18 17 users.default.enable = true;