Skip to content

apentori/nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nix Configuration

Description

This repo contains the NixOs configuration for my home setup.

Usage

  • Run sudo nixos-rebuild switch --flake .#hostname to apply the system configuration.
  • Run sudo nixos-install --flake .#hostname if still in a live installation medium.

To deploy on a remote host:

# To have the remote sudo password prompt
NIX_SSHOPTS="-o RequestTTY=force"
nixos-rebuild switch \
    --target-host irotnep@<host-domain> 
    --flake .#hostname --use-remote-sudo

About

Configuration files for nixos server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published