moms-laptop -> media-laptop

This commit is contained in:
Gerg-L 2023-10-14 17:02:47 -04:00
parent 681ea15292
commit 5a6d712c2e
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
10 changed files with 12 additions and 55 deletions

View file

@ -57,7 +57,7 @@
nixosConfigurations = lib.mkHosts "x86_64-linux" [
"gerg-desktop"
"game-desktop"
"moms-laptop"
"media-laptop"
"iso"
];
@ -66,7 +66,7 @@
diskoConfigurations = lib.mkDisko [
"gerg-desktop"
"game-desktop"
"moms-laptop"
"media-laptop"
];
formatter.${system} = pkgs.writeShellApplication {
name = "lint";