diff options
author | Frankie B. <git@diskfloppy.me> | 2024-02-16 12:21:48 +0000 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-02-16 12:23:02 +0000 |
commit | 92a12b490e52b22fb904a1ba490194e13b509100 (patch) | |
tree | 00b371c89f6bbac9c340c920001b6c5f911bd260 /hosts/default.nix | |
parent | 36d47bbb591e5c2faa5a9259cb643a05d10d12a3 (diff) |
Everything is FUCKED
Diffstat (limited to 'hosts/default.nix')
-rw-r--r-- | hosts/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 5abd965..8cf2a0a 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -3,7 +3,7 @@ inherit (self) inputs; # get necessary inputs from self.inputs inherit (inputs) nixpkgs lanzaboote nixos-hardware; - inherit (inputs.home-manager.nixosModules) home-manager; + inherit (inputs.home-manager.nixosModules) home-manager; # get lib from nixpkgs and create and alias for lib.nixosSystem # for potential future overrides & abstractions inherit (nixpkgs) lib; @@ -20,11 +20,11 @@ commonArgs = {inherit self inputs;}; in { - "nixpad" = mkSystem { + "watermelon" = mkSystem { specialArgs = commonArgs; modules = [ # this list defines which files will be imported to be used as "modules" in the system config - ./nixpad/configuration.nix + ./watermelon/configuration.nix # use the nixos-module for home-manager home-manager home |