removing some dead code and some fixes
This commit is contained in:
@@ -36,8 +36,6 @@ in {
|
||||
./settings.nix
|
||||
];
|
||||
|
||||
time.hardwareClockInLocalTime = true;
|
||||
|
||||
networking.hostName = "kima";
|
||||
|
||||
environment.variables = {
|
||||
@@ -45,13 +43,6 @@ in {
|
||||
GEMINI_API_KEY = config.age.secrets.gcapi.path;
|
||||
};
|
||||
|
||||
# programs.hyprland.settings = {
|
||||
# monitor = [
|
||||
# "DP-3,2560x1440@240,0x0,1,transform,0,bitdepth,10"
|
||||
# "DP-4,1920x1080@60,auto,1,transform,3"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = lib.mkDefault "23.11";
|
||||
}
|
||||
|
||||
@@ -46,6 +46,13 @@ in {
|
||||
domain = "cnst.dev";
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/var/lib/swapfile";
|
||||
size = 8 * 1024;
|
||||
}
|
||||
];
|
||||
|
||||
environment.variables.NH_FLAKE = "/home/cnst/.nix-config";
|
||||
|
||||
# # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
|
||||
Reference in New Issue
Block a user