diff options
| author | Quentin Aristote <aristote@irif.fr> | 2023-03-13 17:19:38 +0000 |
|---|---|---|
| committer | qaristote <quentin.aristote@ens.fr> | 2023-03-14 11:42:17 +0100 |
| commit | 0aaf800eee5f51a78c5cda662de1834b1e02b351 (patch) | |
| tree | 2687a482ceca6cf95ee5df1773626eccccd1b797 /flake.nix | |
| parent | c0d8c7ecd8b7dec6edb241b8ef3b93e7c9c330a5 (diff) | |
inital commit
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ nixosModules = [ overlays-module my-nixpkgs.nixosModules.personal ./nixos ]; in { - nixosConfigurations.latitude-7490 = nixpkgs.lib.nixosSystem { + nixosConfigurations.latitude-7280 = nixpkgs.lib.nixosSystem { inherit system; specialArgs = { inherit nixos-hardware home-manager homeModules stylix; }; modules = nixosModules; |
