Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

208 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages