From 1c594f80d3a6378f0dcf1566de23e497bc0eb19c Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Thu, 20 Nov 2025 22:26:49 +0100 Subject: [PATCH] wip: dnsc-machine setup --- flake.nix | 2 +- hosts/dnsc-machine/default.nix | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 11bf155..99d40bd 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ inherit (self) outputs; in { - nixosConfigurations.dnsc-machine = nixpkgs.lib.nixosSystem { + nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs outputs; }; modules = [ diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index dd277aa..13cce78 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -2,7 +2,13 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, ... }: +{ + config, + inputs, + outputs, + pkgs, + ... +}: { imports = @@ -95,6 +101,7 @@ git neovim btop + firefox # TODO use zen browser instead ]; # Some programs need SUID wrappers, can be configured further or are