DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 11f9bb612083d3de397d2615732021b29f6b6e07 nix-arta/modules/hosts/ws/w/_nixos/default.nix -rw-r--r-- 412 bytes
11f9bb61Jonni Liljamo waybar: nmtui on network click a day ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{...}: {
  imports = [
    ./hardware-configuration.nix
    ./lanzaboote.nix
    ./not-managed-by-modules-yet.nix
  ];

  boot.loader.systemd-boot.enable = true;
  boot.loader.systemd-boot.configurationLimit = 9;
  boot.loader.efi.canTouchEfiVariables = true;

  networking.hostId = "9e77d80e";
  networking.networkmanager.enable = true;

  time.timeZone = "Europe/Helsinki";

  system.stateVersion = "24.11";
}