chore: remove useless variables

This commit is contained in:
Yorick Barbanneau 2024-09-26 00:18:17 +02:00
parent e862d4b35c
commit 43e3c37e71

View file

@ -22,7 +22,7 @@ let
allSystems = [ allSystems = [
"x86_64-linux" # 64bit AMD/Intel x86 "x86_64-linux" # 64bit AMD/Intel x86
"aarch64-linux" # 64bit ARM macOS "aarch64-linux" # 64bit ARM Linux
]; ];
forAllSystems = fn: forAllSystems = fn:
@ -52,9 +52,6 @@ in {
inherit stateVersion inputs; inherit stateVersion inputs;
hostname = "morty"; hostname = "morty";
username = "ephase"; username = "ephase";
hostConfig = {
desktop = true;
};
}; };
modules = [ modules = [
./nixos/default.nix ./nixos/default.nix
@ -67,9 +64,6 @@ in {
inherit stateVersion inputs; inherit stateVersion inputs;
hostname = "mrmeeseeks"; hostname = "mrmeeseeks";
username = "ephase"; username = "ephase";
hostConfig = {
desktop = true;
};
}; };
modules = [ modules = [
./nixos/default.nix ./nixos/default.nix