chore: wizdesk -> desktop; wizlap -> laptop

This commit is contained in:
Alexandre Cavalheiro 2024-09-17 11:30:34 -03:00
parent 5b0e693498
commit 9e271f8c52
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
13 changed files with 25 additions and 0 deletions

View file

@ -2,11 +2,16 @@
{
imports = [
../../modules/nixos
./hardware-configuration.nix
./hardware.nix
./services.nix
];
#
# NIXOS #
#
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave
@ -15,6 +20,10 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.05";
#
# SYSTEM #
#
# Configure options for mounted volumes.
fileSystems = {
"/".options = [ "compress=zstd" ];

View file

@ -2,9 +2,25 @@
{
imports = [
../../modules/nixos
./hardware.nix
];
#
# NIXOS #
#
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.05";
#
# SYSTEM #
#
networking.hostName = "wizlap"; # Define your hostname.
# Open ports in the firewall.