summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorQuentin Aristote <aristote@irif.fr>2023-03-13 17:19:38 +0000
committerqaristote <quentin.aristote@ens.fr>2023-03-14 11:42:17 +0100
commit0aaf800eee5f51a78c5cda662de1834b1e02b351 (patch)
tree2687a482ceca6cf95ee5df1773626eccccd1b797 /flake.nix
parentc0d8c7ecd8b7dec6edb241b8ef3b93e7c9c330a5 (diff)
inital commit
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b46f4a0..70b4c2f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;