Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 26, 2024
1 parent 8819d18 commit 2aa93f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixos-flake.url = "github:srid/nixos-flake";
nixos-flake.url = "github:srid/nixos-flake/dont-output-modules";
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
ragenix.url = "github:yaxitech/ragenix";
Expand Down Expand Up @@ -51,11 +51,13 @@
# Configuration for my M1 Macbook Max (using nix-darwin)
darwinConfigurations.appreciate =
self.nixos-flake.lib.mkMacosSystem
{ home-manager = true; }
./systems/darwin.nix;

# Hetzner dedicated
nixosConfigurations.immediacy =
self.nixos-flake.lib.mkLinuxSystem
{ home-manager = true; }
./systems/ax41.nix;
};

Expand Down
1 change: 0 additions & 1 deletion nix-darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
};

default.imports = [
self.darwinModules_.home-manager
self.darwinModules.my-home
self.nixosModules.common
inputs.ragenix.darwinModules.default
Expand Down
1 change: 0 additions & 1 deletion nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
};

default.imports = [
self.nixosModules.home-manager
self.nixosModules.my-home
self.nixosModules.common
inputs.ragenix.nixosModules.default
Expand Down

0 comments on commit 2aa93f5

Please sign in to comment.