feat!(wsl): added common wsl config, add tux-wsl (#2)
This commit is contained in:
15
nix/hosts/tux-wsl/configuration.nix
Normal file
15
nix/hosts/tux-wsl/configuration.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page, on
|
||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
meta,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
Reference in New Issue
Block a user