summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorqaristote <quentin.aristote@ens.fr>2023-03-16 11:47:11 +0100
committerqaristote <quentin.aristote@ens.fr>2023-03-16 11:47:11 +0100
commit7417d85ee2f268c8e1aa36a86fe271891eebbb89 (patch)
treeb2562ba1989f116aa065b760f05df27bd686e051 /flake.nix
parentace3d178fbf141c3d6e44b415d43dad46a5d85b8 (diff)
initial 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 70b4c2f..45a9c57 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,7 +14,7 @@
nixosModules =
[ overlays-module my-nixpkgs.nixosModules.personal ./nixos ];
in {
- nixosConfigurations.latitude-7280 = nixpkgs.lib.nixosSystem {
+ nixosConfigurations.precision-3571 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit nixos-hardware home-manager homeModules stylix; };
modules = nixosModules;