This commit is contained in:
Sridhar Ratnakumar 2024-09-26 17:05:08 -04:00
parent 8819d18362
commit 2aa93f5bbb
No known key found for this signature in database
4 changed files with 7 additions and 6 deletions

7
flake.lock generated
View file

@ -691,15 +691,16 @@
},
"nixos-flake": {
"locked": {
"lastModified": 1727227179,
"narHash": "sha256-ySnSVxchL0jTHEQpcnGMuYpd0IpGE+S/Sc4kF4ZRJ7s=",
"lastModified": 1727384487,
"narHash": "sha256-H2tBVEjPpw4r9kyJUamWOpxariq+KjU997Z1BOqUm3c=",
"owner": "srid",
"repo": "nixos-flake",
"rev": "495b03271a03df5bcd12a572612fe6953db4424f",
"rev": "5794647b1d7cc6363493b72ddd7cedd31b4bf868",
"type": "github"
},
"original": {
"owner": "srid",
"ref": "dont-output-modules",
"repo": "nixos-flake",
"type": "github"
}

View file

@ -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";
@ -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;
};

View file

@ -12,7 +12,6 @@
};
default.imports = [
self.darwinModules_.home-manager
self.darwinModules.my-home
self.nixosModules.common
inputs.ragenix.darwinModules.default

View file

@ -21,7 +21,6 @@
};
default.imports = [
self.nixosModules.home-manager
self.nixosModules.my-home
self.nixosModules.common
inputs.ragenix.nixosModules.default